ispman/ispman-web/cgi-bin/tmpl/vhosts edit.tmpl,1.20,1.21
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/vhosts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3237/ispman-web/cgi-bin/tmpl/vhosts
Modified Files:
edit.tmpl
Log Message:
added field vhost homeDirectory
some cosmetic changes
html bugfixes
Index: edit.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/vhosts/edit.tmpl,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- edit.tmpl 6 Feb 2004 22:18:43 -0000 1.20
+++ edit.tmpl 13 Feb 2004 20:44:12 -0000 1.21
@@ -34,6 +34,14 @@
</tr>
<tr>
+ <td>Vhost's Home</td>
+ <td>
+ <input size=35 type=hidden name=homeDirectory value="<perl>$ispman->{'vhost'}->{"homeDirectory"}</perl>">
+ <perl>$ispman->{'vhost'}->{"homeDirectory"}</perl>
+ </td>
+</tr>
+
+<tr>
<td>DocumentRoot </td>
<td>
<input size=35 type=hidden name=ispmanVhostDocumentRoot value="<perl>$ispman->{'vhost'}->{"ispmanVhostDocumentRoot"}</perl>">
@@ -208,34 +216,33 @@
</tr>
<tr>
- <td>Max Storage Space (in MB) </td>
+ <td>Password </td>
<td>
- <input size=4 type=text name=FTPQuotaMBytes value="<perl>$ispman->{'vhost'}{'FTPQuotaMBytes'}</perl>">
+ <input size=35 type=text name=userPassword value="<perl> $ispman->{'vhost'}->{"userPassword"}</perl>">
</td>
</tr>
+
<tr>
- <td>Password </td>
+ <td>Max Storage Space (in MB) </td>
<td>
- <input size=35 type=text name=userPassword value="<perl> $ispman->{'vhost'}->{"userPassword"}</perl>">
+ <input size=4 type=text name=FTPQuotaMBytes value="<perl>$ispman->{'vhost'}{'FTPQuotaMBytes'}</perl>">
</td>
</tr>
-
-
+<tr><td align=left colspan=2>
<input type=hidden name=ispmanVhostName value="<perl>$ispman->{'vhost'}->{'ispmanVhostName'}</perl>">
<input type=hidden name=ispmanDomain value="<perl>$ispman->{'vhost'}->{'ispmanDomain'}</perl>">
<input type=hidden name="mode" value="updateVhost">
<input type=hidden name="dn" value="<perl>$r->param("dn")</perl>">
- <tr><td align=left colspan=2>
- <input type=button class="button" onClick="document.forms['VhostsForm'].reset()" value="Reset">
- <input type=button class="button" onClick="Delete()" value="Delete">
- <input type=button class="button" onClick="document.forms['VhostsForm'].submit()" value="Update">
- <input type=button class="button"
+ <input type=button class="button" onClick="document.forms['VhostsForm'].reset()" value="Reset">
+ <input type=button class="button" onClick="Delete()" value="Delete">
+ <input type=button class="button" onClick="document.forms['VhostsForm'].submit()" value="Update">
+ <input type=button class="button"
onClick="<perl>($ispman->{'vhost'}{'ispmanStatus'} eq "suspended")?"Unsuspend()": "Suspend()"</perl>"
value="<perl>($ispman->{'vhost'}{'ispmanStatus'} eq "suspended")?"Reactivate": "Suspend"</perl>"
>
- </td></tr>
- </form></table>
+</td></tr>
+</form></table>
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click