<!-- begin view_archive_index_screen.tmpl --> 

<!-- tmpl_set name="title" value="Message Archives &#187; View" -->
<div id="screen_meta" data-menu_highlight="view_archive"></div>
<div id="view_archive"></div> 

<div class="row hide-for-small-only" id="control_panel_breadcrumbs">
	<div class="medium-10 small-9 columns">
	   	<nav class="breadcrumbs">	
		 	 <a href="#" class="unavailable">
				Message Archives
			 </a>
	 	    <a 
				href="#"
				class="current"
			>	
				View
			</a>
		</nav>
	</div>
	<div class="medium-2 small-3 columns text-right">
	   <!-- tmpl_include help_link_widget.tmpl -->
	</div>
</div>


<form name="email_form" action="<!-- tmpl_var S_PROGRAM_URL -->" method="post">
 <input type="hidden" name="flavor" value="delete_archive" > 

 <table style="width:100%" class="responsive">
  <tr>
	<th width="25">
   </th>
     <th>

      From
   </th>
   <th>
      Subject
   </th>
   
   <th>
      Sent
   </th>
  <th>
  &nbsp;
  </th>
   
  </tr>
  
 
  <!-- tmpl_loop index_list --> 
  
	   <tr title="<!-- tmpl_var message_blurb -->">
	    <td width="25">
			<input 
				type="checkbox" 
				name="address" 
				class="address" 
				value="<!-- tmpl_var id -->" 
			>
	    </td>
	    <td> 
			<a href="<!-- tmpl_var S_PROGRAM_URL -->?flavor=view_archive&id=<!-- tmpl_var id -->">
			<!-- tmpl_var name="from" ESCAPE="HTML" -->
		</a>
		</td>
	    <td> 
	     <a href="<!-- tmpl_var S_PROGRAM_URL -->?flavor=view_archive&id=<!-- tmpl_var id -->">
			<!-- tmpl_var name="subject" ESCAPE="HTML" -->
			</a>
		</td>
		<td>
		  <a href="<!-- tmpl_var S_PROGRAM_URL -->?flavor=view_archive&id=<!-- tmpl_var id -->">
		 <!-- tmpl_var date -->
		</a>
		</td> 
		<td>
	      <a 
		  	href="<!-- tmpl_var S_PROGRAM_URL -->?flavor=edit_archived_msg&id=<!-- tmpl_var id -->"
			class="button small"
			>
				edit
			</a>
		 </td>
		</tr>
<!-- /tmpl_loop -->

</table> 

 <table style="width:100%" class="responsive">
  <tr>
   	<td width="25">
		<input 
			type="checkbox"
			class="toggleCheckboxes"
			data-target_class="address" 
		>
   	</td>
	<td>
	 <button 
	 	type="submit" 
		class="button small alert" 
	>
		<i class="fi-x"></i> Delete Checked
	</button>
	</form>
		<form action="<!-- tmpl_var S_PROGRAM_URL -->" style="display:inline;margin:0">  
		   <input type="hidden" name="flavor" value="purge_all_archives" >  
		   <button
		    type="submit" 
			class="button small purge_archives alert" 
			>
			<i class="fi-x"></i> Purge All Archive Messages
			</button>
	   </form> 
	 </td>
	</tr>
</table>
	
 
<!-- tmpl_var index_nav --> 

<!-- end view_archive_index_screen.tmpl --> 
