Rev 7275 | Rev 7459 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7275 | Rev 7443 | ||
---|---|---|---|
Line 33... | Line 33... | ||
33 | !if $wims_developer=$empty |
33 | !if $wims_developer=$empty |
34 | 34 | ||
35 | 35 | ||
36 | <div class="wims_content"> |
36 | <div class="wims_content"> |
37 | 37 | ||
38 | <b>$module_title</b> |
38 | <b>$module_title</b> |
39 | !read lang/names.phtml.$modu_lang 1 |
39 | !read lang/names.phtml.$modu_lang 1 |
40 | !href cmd=help&special_parm=doc $name_documentation |
40 | !href cmd=help&special_parm=doc $name_documentation |
41 | $wims_name_or |
41 | $wims_name_or |
42 | !getfile latex2wimsdoc.pdf $name_pdf |
42 | !getfile latex2wimsdoc.pdf $name_pdf |
43 | . |
43 | . |
44 | 44 | ||
45 | !read lang/names.phtml.$modu_lang 2 |
45 | !read lang/names.phtml.$modu_lang 2 |
46 | 46 | ||
47 | !form reply |
47 | !form reply |
48 | $name_modtool |
48 | $name_modtool |
49 | - | ||
50 | - | ||
51 | <table class="wimsnoborder wimscenter wimsform"> |
- | |
52 | <tr><td>$wims_name_Login</td><td><input type="text" name="login" /></td></tr> |
- | |
53 | <tr><td>$wims_name_Password</td><td> |
- | |
54 | <input type="password" name="passwd" /> |
- | |
55 | </td></tr></table> |
- | |
56 | <p class="wimscenter"> <input type="submit" value="$wims_name_tosave" /></p> |
- | |
57 | 49 | ||
- | 50 | ||
- | 51 | <fieldset class="property_fields halfwidth blockcenter"> |
|
- | 52 | <div class="field box"> |
|
- | 53 | <label for="login">$wims_name_Login</label> |
|
- | 54 | <input type="text" name="login" id="login" /> |
|
- | 55 | </div> |
|
- | 56 | <div class="field box"> |
|
- | 57 | <label for="passwd">$wims_name_Password</label> |
|
- | 58 | <input type="password" name="passwd" id="passwd" /> |
|
- | 59 | </div> |
|
- | 60 | <div class="field box"> |
|
- | 61 | <input type="submit" value="$wims_name_tosave" /> |
|
- | 62 | </div> |
|
- | 63 | </fieldset> |
|
58 | !formend |
64 | !formend |
59 | </div> <!--end content 1--> |
65 | </div> <!--end content 1--> |
60 | !tail |
66 | !tail |
61 | !exit |
67 | !exit |
62 | 68 | ||
63 | !endif |
69 | !endif |
64 | 70 | ||
65 | 71 | ||
66 | !if $error!=$empty |
72 | !if $error!=$empty |
67 | <div class="wims_alertmsg"> |
73 | <div class="wims_alertmsg"> |
68 | !read lang/msg.phtml.$modu_lang |
74 | !read lang/msg.phtml.$modu_lang |
69 | </div> |
75 | </div> |
70 | !endif |
76 | !endif |
71 | 77 | ||
72 | 78 | ||
73 | <div class="wims_content"> |
79 | <div class="wims_content"> |
74 | 80 | ||
75 | <b>$module_title</b> |
81 | <b>$module_title</b> |
76 | !read lang/names.phtml.$modu_lang 3 |
82 | !read lang/names.phtml.$modu_lang 3 |
77 | 83 | ||
78 | !href cmd=help&special_parm=doc $name_documentation |
84 | !href cmd=help&special_parm=doc $name_documentation |
79 | . |
85 | . |
80 | 86 | ||
81 | !set wims_form_method=file |
87 | !set wims_form_method=file |
82 | !default !set execut=0 |
88 | !default !set execut=0 |
83 | !form reply |
89 | !form reply |
84 | !if $execut!=3 |
90 | !if $execut!=3 |
85 | $name_select_example |
91 | $name_select_example |
86 | !getfile fichier_test.tex $name_latex |
92 | !getfile fichier_test.tex $name_latex |
87 | , |
93 | , |
88 | !getfile style.css $name_css |
94 | !getfile style.css $name_css |
89 | , |
95 | , |
90 | !getfile wims.sty $name_latex2wims |
96 | !getfile wims.sty $name_latex2wims |
91 | , |
97 | , |
92 | !getfile latex2wimsdoc.pdf $name_pdf |
98 | !getfile latex2wimsdoc.pdf $name_pdf |
93 | . |
99 | . |
94 | !if $exemple!=1 |
100 | !if $exemple!=1 |
95 | $name_example |
101 | $name_example |
96 | !formradio exemple list 1,2 prompt $wims_name_yes,$wims_name_no |
102 | !formradio exemple list 1,2 prompt $wims_name_yes,$wims_name_no |
97 | !endif |
103 | !endif |
98 | !endif |
104 | !endif |
99 | 105 | ||
100 | 106 | ||
101 | !if $execut=0 |
107 | !if $execut=0 |
102 | <h2 class="hh"> $name_step 1</h2> |
108 | <h2 class="hh"> $name_step 1</h2> |
103 | $name_transfer_wims |
109 | $name_transfer_wims |
Line 108... | Line 114... | ||
108 | <pre class="prel"> |
114 | <pre class="prel"> |
109 | !for i = 1 to $cnt_fichier |
115 | !for i = 1 to $cnt_fichier |
110 | $(fichiers[$i]) ($(date[$i])) |
116 | $(fichiers[$i]) ($(date[$i])) |
111 | !next |
117 | !next |
112 | </pre> |
118 | </pre> |
113 | !endif |
119 | !endif |
114 | 120 | ||
115 | <ul> |
121 | <ul> |
116 | <li> |
122 | <li> |
117 | 123 | ||
118 | !formradio execut list 0 prompt $name_newtransfer |
124 | !formradio execut list 0 prompt $name_newtransfer |
119 | </li><li> |
125 | </li><li> |
120 | !formradio execut list 1 prompt $name_newstep |
126 | !formradio execut list 1 prompt $name_newstep |
121 | </li> |
127 | </li> |
122 | </ul> |
128 | </ul> |
123 | !endif |
129 | !endif |
124 | 130 | ||
125 | 131 | ||
126 | 132 | ||
127 | 133 | ||
128 | !if $execut=1 |
134 | !if $execut=1 |
129 | 135 | ||
130 | <h2 class="hh"> $name_step 1</h2> |
136 | <h2 class="hh"> $name_step 1</h2> |
131 | !if $cnt_fichier >0 |
137 | !if $cnt_fichier >0 |
132 | $name_youcan |
138 | $name_youcan |
133 | !formcheckbox execut list 0 prompt $name_newtransfer |
139 | !formcheckbox execut list 0 prompt $name_newtransfer |
134 | !else |
140 | !else |
135 | $name_youmust |
141 | $name_youmust |
136 | !default !set execut=0 |
142 | !default !set execut=0 |
137 | !formradio execut list 0 prompt $name_atleast |
143 | !formradio execut list 0 prompt $name_atleast |
138 | 144 | ||
139 | <p class="wimscenter"> |
145 | <p class="wimscenter"> |
140 | <input type="submit" value="$wims_name_tosave" /> |
146 | <input type="submit" value="$wims_name_tosave" /> |
141 | </p> |
147 | </p> |
142 | 148 | ||
143 | !formend |
149 | !formend |
Line 150... | Line 156... | ||
150 | !for i = 1 to $cnt_fichier |
156 | !for i = 1 to $cnt_fichier |
151 | !set l=!item $i of $fichiers |
157 | !set l=!item $i of $fichiers |
152 | <li> |
158 | <li> |
153 | !formradio principal list $i prompt $(fichiers[$i]) ($name_transferdate $(date[$i])) |
159 | !formradio principal list $i prompt $(fichiers[$i]) ($name_transferdate $(date[$i])) |
154 | </li> |
160 | </li> |
155 | !next |
161 | !next |
156 | </ul> |
162 | </ul> |
157 | !! $name_sheet |
163 | !! $name_sheet |
158 | !! !formradio wksheet list 1,2,3,4,5,6,7,8,9 |
164 | !! !formradio wksheet list 1,2,3,4,5,6,7,8,9 |
159 | <h2 class="hh"> $name_step 3</h2> |
165 | <h2 class="hh"> $name_step 3</h2> |
160 | 166 | ||
161 | !if $list_module!=$empty |
167 | !if $list_module!=$empty |
162 | $name_namedocument: |
168 | $name_namedocument: |
163 | <p class="wimscenter"> |
169 | <p class="wimscenter"> |
164 | !formselect document list $choix,$list_module |
170 | !formselect document list $choix,$list_module |
165 | </p> |
171 | </p> |
166 | $name_newmodule |
172 | $name_newmodule |
167 | !else |
173 | !else |
168 | <i>$name_createfirst</i> |
174 | <i>$name_createfirst</i> |
169 | !endif |
175 | !endif |
Line 174... | Line 180... | ||
174 | !else |
180 | !else |
175 | <p><span class="wims_warning">$wims_name_warning</span> : $name_select_warning.</p> |
181 | <p><span class="wims_warning">$wims_name_warning</span> : $name_select_warning.</p> |
176 | !endif |
182 | !endif |
177 | <h2 class="hh"> $name_step 4</h2> |
183 | <h2 class="hh"> $name_step 4</h2> |
178 | !formradio execut list 2 prompt $name_exec |
184 | !formradio execut list 2 prompt $name_exec |
179 | 185 | ||
180 | !endif |
186 | !endif |
181 | 187 | ||
182 | !if $execut=3 |
188 | !if $execut=3 |
183 | !if $confirm= |
189 | !if $confirm= |
184 | !read lang/names.phtml.$modu_lang 4 |
190 | !read lang/names.phtml.$modu_lang 4 |
185 | !formradio confirm list 0,1 prompt $wims_name_yes,$wims_name_no |
191 | !formradio confirm list 0,1 prompt $wims_name_yes,$wims_name_no |
186 | <ul> |
192 | <ul> |
187 | !else |
193 | !else |