Changeset 1342 for ccsweb/trunk/ccs_mods/graphs/config-part-div.tpl
- Timestamp:
- 02/05/07 16:17:07 (6 years ago)
- File:
-
- 1 edited
-
ccsweb/trunk/ccs_mods/graphs/config-part-div.tpl (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ccsweb/trunk/ccs_mods/graphs/config-part-div.tpl
r1341 r1342 23 23 24 24 <tr> 25 <th width="200" >Type</th><td>25 <th width="200">Type</th><td> 26 26 <select id="type" name="type" /> 27 27 <option value="DEF" {if $part.type == "DEF"}selected="selected"{/if}>DEF</option> … … 35 35 <option value="LINE2" {if $part.type == "LINE2"}selected="selected"{/if}>LINE2</option> 36 36 <option value="LINE3" {if $part.type == "LINE3"}selected="selected"{/if}>LINE3</option> 37 <option value="SHIFT" {if $part.type == "SHIFT"}selected="selected"{/if}>SHIFT</option>38 37 <option value="STACK" {if $part.type == "STACK"}selected="selected"{/if}>STACK</option> 39 38 <option value="AREA" {if $part.type == "AREA"}selected="selected"{/if}>AREA</option> … … 41 40 </tr> 42 41 <tr> 43 <th width="200" >Order</th>42 <th width="200" id="order-header">Order</th> 44 43 <td><input type="text" name="graph_order" id="graph_order" value="{$part.graph_order}"/>This field controls the order in which they are used during rendering. If two numbers are the same it is undefined what order they will be used.</td> 45 44 </tr> 46 {if $part.type == "LINE1" || $part.type == "LINE2" || $part.type == "LINE 2" || $part.type == "AREA" || $part.type == "STACK"}45 {if $part.type == "LINE1" || $part.type == "LINE2" || $part.type == "LINE3" || $part.type == "AREA" || $part.type == "STACK"} 47 46 <tr> 48 <th width="200" >Variable</th><td>47 <th width="200" id="varname-header">Variable</th><td> 49 48 <select name="varname" id="varname"> 50 49 {foreach from=$vars item=var} … … 54 53 </td></tr> 55 54 <tr> 56 <th width="200" >Colour</th>57 <td><input type="text" name="colour" id="colour" value="{$part.colour}"/>The draw colour </td>55 <th width="200" id="colour-header">Colour</th> 56 <td><input type="text" name="colour" id="colour" value="{$part.colour}"/>The draw colour in hex (RRGGBB eg FF0000 is red)</td> 58 57 </tr> 59 58 <tr> … … 65 64 {if $part.type == "HRULE"} 66 65 <tr> 67 <th width="200" >Value</th>66 <th width="200" id="varname-header">Value</th> 68 67 <td><input type="text" name="varname" id="varname" value="{$part.varname}"/></td> 69 68 </tr> 70 69 <tr> 71 <th width="200" >Colour</th>72 <td><input type="text" name="colour" id="colour" value="{$part.colour}"/>The draw colour </td>70 <th width="200" id="colour-header">Colour</th> 71 <td><input type="text" name="colour" id="colour" value="{$part.colour}"/>The draw colour in hex (RRGGBB eg FF0000 is red)</td> 73 72 </tr> 74 73 <tr> … … 79 78 {if $part.type == "VRULE"} 80 79 <tr> 81 <th width="200" >Time</th>80 <th width="200" id="varname-header">Time</th> 82 81 <td><input type="text" name="varname" id="varname" value="{$part.varname}"/>In seconds since 1 Jan 1970</td> 83 82 </tr> 84 83 <tr> 85 <th width="200" >Colour</th>86 <td><input type="text" name="colour" id="colour" value="{$part.colour}"/>The draw colour </td>84 <th width="200" id="colour-header">Colour</th> 85 <td><input type="text" name="colour" id="colour" value="{$part.colour}"/>The draw colour in hex (RRGGBB eg FF0000 is red)</td> 87 86 </tr> 88 87 <tr> … … 94 93 {if $part.type == "PRINT" || $part.type == "GPRINT"} 95 94 <tr> 96 <th width="200" >Variable</th><td>95 <th width="200" id="varname-header">Variable</th><td> 97 96 <select name="varname" id="varname"> 98 97 {foreach from=$vars item=var} … … 111 110 </tr> 112 111 <tr> 113 <th width="200" >Statement</th>112 <th width="200" id="text-header">Statement</th> 114 113 <td><input type="text" name="text" id="text" value="{$part.text}"/></td> 115 114 </tr> … … 117 116 {if $part.type == "COMMENT"} 118 117 <tr> 119 <th width="200" >Comment</th>118 <th width="200" id="text-header">Comment</th> 120 119 <td><input type="text" name="text" id="text" value="{$part.text}"/></td> 121 120 </tr> … … 123 122 {if $part.type == "DEF"} 124 123 <tr> 125 <th width="200" >Variable</th>124 <th width="200" id="varname-header">Variable</th> 126 125 <td><input type="text" name="varname" id="varname" value="{$part.varname}"/>The variable name</td> 127 126 </tr> … … 147 146 {if $part.type == "CDEF"} 148 147 <tr> 149 <th width="200" >Variable</th>148 <th width="200" id="varname-header">Variable</th> 150 149 <td><input type="text" name="varname" id="varname" value="{$part.varname}"/>The variable name</td> 151 150 </tr> 152 151 <tr> 153 <th width="200" >Chain</th>152 <th width="200" id="text-header">Chain</th> 154 153 <td><input type="text" name="text" id="text" value="{$part.text}"/></td> 155 154 </td></tr>
Note: See TracChangeset
for help on using the changeset viewer.
