Second pass at adding key files
This commit is contained in:
70
site/glist/templates/gossamer/mli_schedule_mailing.html
Normal file
70
site/glist/templates/gossamer/mli_schedule_mailing.html
Normal file
@ -0,0 +1,70 @@
|
||||
<%set book_mark = 'search_mailing'%>
|
||||
<%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 mli_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%" width="20%" valign="top"><%include mli_include_nav.html%></td>
|
||||
<td bgcolor="#008000" height="97%" width="1" valign="top"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="1"></td>
|
||||
<td height="97%" width="80%" valign="top">
|
||||
<table width="99%" border="0" cellspacing="0" cellpadding="0" align="center">
|
||||
<tr>
|
||||
<td><img src="<%image_url%>/pics/1pixel.gif" width="1" height="3"></td>
|
||||
</tr>
|
||||
<tr bgcolor="#C5E1A3">
|
||||
<td>
|
||||
<table width="100%" border="0" cellspacing="1" cellpadding="1">
|
||||
<tr class="bold_white">
|
||||
<td bgcolor="#336600">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr class="bold_white">
|
||||
<td height="20"><img src="<%image_url%>/icons/search.gif" width="16" align="texttop" hspace="2" vspace="0">Mailing Schedule</td>
|
||||
<td align="right"><a href="glist.cgi?do=mli_home&<%if id%>id=<%id%><%endif%><%if fd%>&fd=<%fd%><%endif%><%if url%>&url<%endif%><%hidden_query%>"><img src="<%image_url%>/icons/close.gif" width="17" height="16" border=0 alt="Close"></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<form name=myform action="glist.cgi" method="post">
|
||||
<table width="100%" border="0" bgcolor="#FFFFFF" cellspacing="0" cellpadding="0" align=center>
|
||||
<tr>
|
||||
<td class="body">
|
||||
<blockquote>
|
||||
<br /><%msg%><br><ul>
|
||||
<%loop selected_mailings%>
|
||||
<input type="hidden" name="modify" value="<%row_num%>">
|
||||
<input type="hidden" name="<%row_num%>-mli_id" value="<%mli_id%>">
|
||||
- <%mli_id%>: <%mli_subject%><br>
|
||||
<%endloop%>
|
||||
</ul>
|
||||
<%include mli_include_schedule_mailing.html%>
|
||||
<br />
|
||||
</blockquote>
|
||||
<input type="hidden" name="do" value="mli_schedule" />
|
||||
<input name='fd' value="<%if fd%><%fd%><%endif%>" type=hidden />
|
||||
<input name='cd' value="<%if cd%><%cd%><%endif%>" type=hidden />
|
||||
<input name='cs' value="<%if cs%><%cs%><%endif%>" type=hidden />
|
||||
<input name='ca' value="<%if ca%><%ca%><%endif%>" type=hidden />
|
||||
<%hidden_objects%>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<blockquote>
|
||||
<input type="submit" name="bschedule" value="Set Schedule" class="button">
|
||||
<input type="submit" name="bcancel" value="Cancel" class="button">
|
||||
</blockquote>
|
||||
</td>
|
||||
</form>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<%include include_footer.html%>
|
Reference in New Issue
Block a user