示例#1
0
 public static function showAllUserMessage()
 {
     $template = "%s";
     foreach (self::$_userMessages as $messageCode) {
         printf($template, Language::show($messageCode));
     }
 }
示例#2
0
<?php 
echo $select;
Errors::show("FATHER_ID");
?>
						</td>
					</tr>
					<!-- Field end -->
							<tr>
			<td height="25" align="center" valign="center" class="tdblue" colspan="2">
			<!-- action blocks start -->
				<input type="submit" value="<?php 
Language::show("COMMON.SAVE.LABEL");
?>
" class="submit" />
				&nbsp;&nbsp;&nbsp;&nbsp;
				<input type="button" onclick="location.href='<?php 
echo zee::url(project, "list");
?>
'" value="<?php 
Language::show("COMMON.BACK.LABEL");
?>
" class="submit" />
			<!-- action blocks end -->
			</td>
		</tr><!-- fields end -->
				</table>
			</td>
		</tr>
<!-- Form block end -->
</form>
</div></div>
示例#3
0
<div class="page-header">
	<h1><?php 
echo $title;
?>
</h1>
</div>

<p><?php 
echo $welcomeMessage;
?>
</p>

<a class="btn btn-md btn-success" href="<?php 
echo DIR;
?>
">
	<?php 
echo Language::show('backHome', 'Welcome');
?>
</a>
示例#4
0
文件: List.tpl.php 项目: happyxlq/pd
</form>
		  </tbody>
	  </table>
</div>
<div style="display: none; position: fixed; overflow-y: scroll; overflow-x: hidden;" id="tooltipbox">
  </div>
  <div style="display: none; position: fixed;" id="paidanbox">
 
  </div>
<p style="display:none;"><?php 
Language::show("COMMON.SELECTED_ACTION.LABEL");
?>
:
			<select id="selectedActions" name="selectedActions" onchange="selectedAction('list_orders_ids[]', this);">
				<option value="" selected><?php 
Language::show("COMMON.SELECT.LABEL");
?>
:</option>
				<option value="index.php?module=orders&action=delete_selected">DELETE</option> 
			</select> </p>
<p>	<?php 
echo $listPageHelper->pageStat();
echo $listPageHelper->jumpSelect();
?>
</p>
			
	</div>
<script language="javascript">
function handler(tp){

}
示例#5
0
文件: List.tpl.php 项目: happyxlq/pd
				  <td align="left" class="smalltdrow2">
<?php 
        echo $outUser->username;
        ?>
				  </td>
				  <td align="left" class="smalltdrow2">
<?php 
        echo $outUser->realname;
        ?>
				  </td>
				  <td align="center" class="smalltdrow2">
				<a href="index.php?module=user&action=update&update_user_id=<?php 
        echo $outUser->user_id;
        ?>
"><?php 
        Language::show("COMMON.EDIT.LABEL");
        ?>
</a>   <a onclick="if(confirm('确认删除?'))location.href='index.php?module=user&action=delete&delete_user_id=<?php 
        echo $outUser->user_id;
        ?>
'" href="javascript:void(0);">删除</a>
				</td>
			</tr>
<?php 
    }
}
?>
</form>
	

	<tr>
示例#6
0
    "top": top,
    "left": ($(window).width() / 2) - (width / 2)
  }
}    

$(function() {
	
    // Infinite Ajax Scroll configuration
    $.ias({
        container : '.timeline-container', // main container where data goes to append
        item: '.timeline-row', // single items
        pagination: '.pagination', // page navigation
        next: '.pagination a', // next page selector
        loader: '<i class="icon-spinner2 spinner"></i>', // loading gif
        trigger:"<?php 
echo Language::show('more-items', 'blog');
?>
",
        triggerPageThreshold: 3 // show load more if scroll more than this
    });
    
    
    // Check if avatar exist
    function AvatarExist(url) 
    {
        var http = new XMLHttpRequest();
        http.open('HEAD', url, false);
        http.send();
        return http.status!=404;
    }    
       
示例#7
0
文件: List.tpl.php 项目: happyxlq/pd
        ?>
</a>
				  <a onclick="if(confirm('确认删除?'))location.href='index.php?module=project&action=delete&delete_project_id=<?php 
        echo $outProject->project_id;
        ?>
'" href="javascript:void(0);">删除</a>
				</td>
			</tr>
<?php 
    }
}
?>
</form>

	<tr>
  <td class="menumaintopon" colspan="3"><?php 
Language::show("PROJECT.LIST.LABEL");
?>
 <?php 
echo $listPageHelper->pageStat();
?>
</td>
		<td align="right" class="smalltdrow2">
<?php 
echo $listPageHelper->jumpSelect();
?>
		</td>
	</tr>
		  </tbody>
	  </table></div></div>
示例#8
0
<div class="page-header">
	<h1><?php 
echo $title;
?>
</h1>
</div>

<p><?php 
echo $welcomeMessage;
?>
</p>

<a class="btn btn-md btn-success" href="<?php 
echo DIR;
?>
subpage">
	<?php 
echo Language::show('openSubPage', 'Welcome');
?>
</a>
示例#9
0
文件: List.tpl.php 项目: happyxlq/pd
<?php 
        }
        ?>
				  </td>
			</tr>
<?php 
    }
}
?>
</form>
		

	<tr>
	<tr>
	  <td class="menumaintopon" colspan="4"><?php 
Language::show("MESSAGE.LIST.LABEL");
?>
 <?php 
echo $listPageHelper->pageStat();
?>
</td>
		<td align="left">
<?php 
echo $listPageHelper->jumpSelect();
?>
		</td>
	</tr>
	
  </tbody>
</table>	
</div></div>
示例#10
0
文件: List.tpl.php 项目: happyxlq/pd
        Language::show("COMMON.EDIT.LABEL");
        ?>
</a>  <a onclick="if(confirm('确认删除?'))location.href='index.php?module=area&action=delete&delete_area_id=<?php 
        echo $outArea->area_id;
        ?>
'" href="javascript:void(0);">删除</a>
				</td>
			</tr>
<?php 
    }
}
?>
</form>
		
	<tr>
	 <td class="menumaintopon" colspan="2"><?php 
Language::show("AREA.LIST.LABEL");
?>
 <?php 
echo $listPageHelper->pageStat();
?>
</td>
		<td align="right" class="smalltdrow2" >
<?php 
echo $listPageHelper->jumpSelect();
?>
		</td>
	</tr>
	</tbody>
</table>
</div></div>