| 2276 |
rajveer |
1 |
<!DOCTYPE html PUBLIC
|
|
|
2 |
"-//W3C//DTD XHTML 1.1 Transitional//EN"
|
|
|
3 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
4 |
|
|
|
5 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
|
6 |
<head>
|
|
|
7 |
<title>Edit $action.getId()</title>
|
|
|
8 |
<link type="text/css" href="../../jquery/jqueryui/themes/ui-lightness/jquery.ui.all.css" rel="stylesheet" />
|
|
|
9 |
<script type="text/javascript" src="../../jquery/jquery-1.4.2.js"></script>
|
|
|
10 |
<script type="text/javascript" src="../../jquery/jqueryui/ui/jquery.ui.core.js"></script>
|
|
|
11 |
<script type="text/javascript" src="../../jquery/jqueryui/ui/jquery.ui.widget.js"></script>
|
|
|
12 |
<script type="text/javascript" src="../../jquery/jqueryui/ui/jquery.ui.position.js"></script>
|
|
|
13 |
<script type="text/javascript" src="../../jquery/jqueryui/ui/jquery.ui.autocomplete.js"></script>
|
|
|
14 |
<style>
|
|
|
15 |
|
|
|
16 |
* { font-family: Verdana;}
|
|
|
17 |
label { width: 10em; float: left; }
|
|
|
18 |
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
|
|
|
19 |
p { clear: both; }
|
|
|
20 |
.submit { margin-left: 12em; }
|
|
|
21 |
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
|
|
|
22 |
.textarea {width: 400px; height: 200px}
|
|
|
23 |
|
|
|
24 |
</style>
|
|
|
25 |
</head>
|
|
|
26 |
#set ( $helpdoc = $action.getHelpdoc() )
|
|
|
27 |
<body>
|
|
|
28 |
<span style="font-weight: bold; padding-right: 1em; vertical-align: top; font-family: verdana,geneva;">$helpdoc.getName()</span>
|
|
|
29 |
<p></p>
|
|
|
30 |
$helpdoc.getContent()
|
|
|
31 |
|
|
|
32 |
<p></p>
|
|
|
33 |
<p></p>
|
|
|
34 |
<p></p>
|
|
|
35 |
Terms:- $action.getTerms($helpdoc.getTerms())
|
|
|
36 |
</body>
|
|
|
37 |
</html>
|