Second pass at adding key files
This commit is contained in:
57
site/glist/templates/gossamer/pro_profile.html
Normal file
57
site/glist/templates/gossamer/pro_profile.html
Normal file
@ -0,0 +1,57 @@
|
||||
<%set set_focus = 'myform.mod_pro_first_name'%>
|
||||
<%set book_mark = 'profile'%>
|
||||
<%include include_header.html%>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" height="82%">
|
||||
<tr>
|
||||
<td rowspan="2" bgcolor="#008000" height="100%" width="1"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="1"></td>
|
||||
<td colspan="3" height="3%" bgcolor="#E8EAD0" valign="top"><%include pro_include_menu.html%></td>
|
||||
<td rowspan="2" bgcolor="#008000" height="100%" width="1"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="1"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="97%" colspan="3" valign="top">
|
||||
<table width="99%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#FFFFFF">
|
||||
<tr>
|
||||
<td><img src="<%image_url%>/pics/1pixel.gif" width="1" height="3"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
|
||||
<tr>
|
||||
<td>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#336600" style="border: 1px solid #C5E1A3">
|
||||
<tr class="bold_white">
|
||||
<td height="20"><img src="<%image_url%>/icons/profile.gif" hspace="2" vspace="0" width="15" align="texttop" >Update Your Profile</td>
|
||||
<td align="right"><img src="<%image_url%>/icons/close.gif" width="17" height="16" border=0></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="body" bgcolor="#FFFFFF" align="center">
|
||||
<br />
|
||||
<%if msg%><pre><span class="body"><%msg%></span></pre><%endif%>
|
||||
<form name=myform action=glist.cgi method=post>
|
||||
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
|
||||
<TR vAlign=center>
|
||||
<TD height=0><%include pro_include_record.html%></TD>
|
||||
</TR>
|
||||
<TR vAlign=bottom align=middle>
|
||||
<TD> <br />
|
||||
<INPUT class=button type=submit value="Update Profile" name=Submit />
|
||||
<INPUT class=button type=reset value=" Reset " name=Submit2 />
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE><BR />
|
||||
<input type=hidden value="pro_update" name=do />
|
||||
<%hidden_objects%>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<%include include_footer.html%>
|
Reference in New Issue
Block a user