Changeset 3080
- Timestamp:
- 2002-04-04T15:34:03+12:00 (21 years ago)
- Location:
- trunk/gsdl/macros
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsdl/macros/authen.dm
r1363 r3080 24 24 <tr><td>_textpassword_</td> 25 25 <td><input type="password" name="pw" size=10></td> 26 <td><input type="submit" value=" sign in"></td>26 <td><input type="submit" value="_textsignin_"></td> 27 27 </tr> 28 28 </table> -
trunk/gsdl/macros/collect.dm
r2851 r3080 138 138 <tr><td>_authen:textpassword_</td> 139 139 <td><input type="password" name="pw" size=10></td> 140 <td><input type="submit" value=" sign in"></td>140 <td><input type="submit" value="_signin_"></td> 141 141 </tr> 142 142 </table> -
trunk/gsdl/macros/english.dm
r2992 r3080 48 48 # text macros 49 49 #------------------------------------------------------------ 50 51 _textsignin_ {sign in} 50 52 51 53 _textdefaultcontent_ {The requested page could not be found. Please use
Note:
See TracChangeset
for help on using the changeset viewer.