HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
message.php
Go to the documentation of this file.
1 <?php $this->pageTitle = Yii::app()->name.' - '.UserModule::t("Login"); ?>
2 
3 <h1><?php echo $title; ?></h1>
4 
5 <div class="form">
6 <?php echo $content; ?>
7 
8 </div><!-- yiiForm -->