Preview: index.php
Size: 7.09 KB
/home/jambtst2015/public_html/protected/views/webadmin/index.php
<?php
/* @var $this SiteController */
//$this->pageTitle=Yii::app()->name;
?>
<h1>Welcome to <i><?php echo CHtml::encode(Yii::app()->name); ?></i></h1>
<style type="text/css">
.box-holder{
background: none repeat scroll 0 0 #EEEEEE;
border: 1px solid #DDDDDD;
border-radius: 3px;
float: left;
margin: 0 10px 26px;
padding: 10px 10px 15px;
text-align: center;
width: 20%;
position: relative;
text-decoration:none;
}
.box-holder:hover{
text-decoration: none;
}
.box-holder span{
color: #525454;
font-size: 16px;
text-transform:capitalize;
}
.box-holder:hover span{
color: #000;
}
.box-holder img{
margin:5px 0 15px;
}
.box-holder02 img{ text-align:center; }
a.box-holder02 span{ display:block; text-align:center;}
</style>
<table width="100%" align="center" cellpadding="2" cellspacing="2" border="0">
<tr>
<td valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="block-block">Administration Overview</td>
</tr>
<tr>
<td height="220" align="center" valign="top" class="border">
<?php /*?><table width="100%" height="180" border="0" cellspacing="1" cellpadding="0" id="adminOverview">
<tr class="gray-block">
<td width="9%"><img src="<?php echo Yii::app()->request->baseUrl; ?>/fileadmin/images/plus_icon.gif" border="0" alt="" /></td>
<td width="91%" style="padding-left:8px;"><b>Add New Item</b></td>
</tr>
<tr class="blue-block">
<td width="9%"><img src="<?php echo Yii::app()->request->baseUrl; ?>/fileadmin/images/delete_icon.gif" border="0" alt="" /></td>
<td width="91%" style="padding-left:8px;"><b>Delete Any Item from Records</b></td>
</tr>
<tr class="gray-block">
<td width="9%"><img src="<?php echo Yii::app()->request->baseUrl; ?>/fileadmin/images/edit_icon.gif" border="0" alt="" /></td>
<td width="91%" style="padding-left:8px;"><b>Edit Any Item from Records</b></td>
</tr>
<tr class="blue-block">
<td width="9%"><img src="<?php echo Yii::app()->request->baseUrl; ?>/fileadmin/images/icon_reload.gif" border="0" alt="" /></td>
<td width="91%" style="padding-left:8px;"><b>Reload the Listing Page</b></td>
</tr>
<tr class="gray-block">
<td width="9%"><img src="<?php echo Yii::app()->request->baseUrl; ?>/fileadmin/images/icon_reply.gif" border="0" alt="" /></td>
<td width="91%" style="padding-left:8px;"><b>Reply Through Email</b></td>
</tr>
<tr class="blue-block">
<td width="9%"><img src="<?php echo Yii::app()->request->baseUrl; ?>/fileadmin/images/list_icon.gif" border="0" alt="" /></td>
<td width="91%" style="padding-left:8px;"><b>View Any Item Details from Records</b></td>
</tr>
<tr class="gray-block">
<td width="9%"><img src="<?php echo Yii::app()->request->baseUrl; ?>/fileadmin/images/inactive.png" border="0" alt="" /></td>
<td width="91%" style="padding-left:8px;"><b>Change Status to Inactive</b></td>
</tr>
<tr class="blue-block">
<td width="9%"><img src="<?php echo Yii::app()->request->baseUrl; ?>/fileadmin/images/active.png" border="0" alt="" /></td>
<td width="91%" style="padding-left:8px;"><b>Change Status to Active</b></td>
</tr>
<tr class="gray-block">
<td width="9%"><img src="<?php echo Yii::app()->request->baseUrl; ?>/fileadmin/images/upload-icon.png" border="0" alt="" width="15" height="15" /></td>
<td width="91%" style="padding-left:8px;"><b>Import File</b></td>
</tr>
<tr class="blue-block">
<td width="9%"><img src="<?php echo Yii::app()->request->baseUrl; ?>/fileadmin/images/download_file.gif" border="0" alt="" width="15" height="15" /></td>
<td width="91%" style="padding-left:8px;"><b>Export File</b></td>
</tr>
<tr class="gray-block">
<td width="9%"><img src="<?php echo Yii::app()->request->baseUrl; ?>/fileadmin/images/logout.png" border="0" alt="" width="15" height="15" /></td>
<td width="91%" style="padding-left:8px;"><b>Logout</b></td>
</tr>
<!--<tr class="gray-block">
<td width="9%"><img src="<?php echo Yii::app()->request->baseUrl; ?>/fileadmin/images/search-icon.png" border="0" alt="" /></td>
<td width="91%" style="padding-left:8px;"><b>Search Record</b></td>
</tr>-->
</table><?php */?>
<a class="box-holder box-holder02" href="<?php echo Yii::app()->request->baseUrl.'/webadmin/exambodylist'; ?>">
<img src="<?php echo Yii::app()->request->baseUrl; ?>/fileadmin/images/exam-body.png">
<span> Exam Body</span>
</a>
<a class="box-holder box-holder02" href="<?php echo Yii::app()->request->baseUrl.'/webadmin/subjectlist'; ?>">
<img src="<?php echo Yii::app()->request->baseUrl; ?>/fileadmin/images/subject-body.png">
<span> Subject Body</span>
</a>
<a class="box-holder box-holder02" href="<?php echo Yii::app()->request->baseUrl.'/webadmin/questionbatch'; ?>">
<img src="<?php echo Yii::app()->request->baseUrl; ?>/fileadmin/images/question-paper.png">
<span>Exam Year</span>
</a>
<a class="box-holder box-holder02" href="<?php echo Yii::app()->request->baseUrl.'/webadmin/listinganswers'; ?>">
<img src="<?php echo Yii::app()->request->baseUrl; ?>/fileadmin/images/question-batch.png">
<span> Question Batch</span>
</a>
<div style="clear:both;"></div>
<a class="box-holder box-holder02" href="<?php echo Yii::app()->request->baseUrl.'/webadmin/pinlist'; ?>">
<img src="<?php echo Yii::app()->request->baseUrl; ?>/fileadmin/images/pin-management.png">
<span> Pin Type Management</span>
</a>
<a class="box-holder box-holder02" href="<?php echo Yii::app()->request->baseUrl.'/webadmin/pinusermaplist'; ?>">
<img src="<?php echo Yii::app()->request->baseUrl; ?>/fileadmin/images/pin-mapping.png">
<span> Pin User Mapping</span>
</a>
<a class="box-holder box-holder02" href="<?php echo Yii::app()->request->baseUrl.'/webadmin/candidatelisting'; ?>">
<img src="<?php echo Yii::app()->request->baseUrl; ?>/fileadmin/images/detail.png">
<span> Candidate List</span>
</a>
<a class="box-holder box-holder02" href="<?php echo Yii::app()->request->baseUrl.'/webadmin/cmslist'; ?>">
<img src="<?php echo Yii::app()->request->baseUrl; ?>/fileadmin/images/cms.png">
<span> Cms Management </span>
</a>
</td>
</tr>
</table></td>
</tr>
</table>
Directory Contents
Dirs: 1 × Files: 36