Exemple #1
0
<link rel="stylesheet" type="text/css" href="lib/bootstrap/css/bootstrap_custom.min.css">
<link rel="stylesheet" type="text/css" href="css/common.css">
<link rel="stylesheet" type="text/css" href="css/index.css">
<?php 
if (LocaleManager::getInstance()->isRtl()) {
    ?>
<link rel="stylesheet" type="text/css" href="css/common_rtl.css">
<?php 
}
?>
<title>Carpool</title>
</head>
<body>
<div id="bd">
<?php 
echo View_Navbar::buildNavbar();
echo View_Header::render(_('Welcome To The Carpool'), _('The colleagues, listed below, may be able to provide a ride both to and from the listed locations'));
?>
<div id="content">
	<div id="searchFormHolder">
		<form id="searchForm" action="xhr/SearchRides.php">
			<fieldset>
			<legend></legend>
			<dl>
				<dd>
					<label for="wantTo"><?php 
echo _('Show me');
?>
&nbsp;</label>
					<select id="wantTo" name="wantTo">
						<option value="<?php 
Exemple #2
0
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../css/reset-fonts.css">
<link rel="stylesheet" type="text/css" href="../css/common.css">
<?php 
    if (LocaleManager::getInstance()->isRtl()) {
        ?>
<link rel="stylesheet" type="text/css" href="../css/common_rtl.css">
<?php 
    }
    ?>
<title>Carpool CMS</title>
</head>
<body>
<div id="bd">
<?php 
    echo View_Navbar::buildNavbar(AuthHandler::isLoggedIn());
    echo View_Header::render(_('Carpool CMS'));
    ?>
<div id="content">
<h2><?php 
    echo _('Questions and Answers editor');
    ?>
</h2>
<form id="qaDataForm" action="translations.php" method="post">
	<table style="width: 100%" summary="<?php 
    echo _('Edit existing translations');
    ?>
">
		<tr>
			<th>
    			<span><?php