示例#1
0
<?php

new_location('_nix');
示例#2
0
<?php

new_location('_nix/imagemagick/import');
示例#3
0
文件: CGI.php 项目: najomi/najomi.org
<?php

new_location('ruby/cgi');
示例#4
0
<?php

new_location('_nix/makefile');
示例#5
0
<?php

new_location('ruby/hash');
示例#6
0
<?php

if (!isset($inIndex) || !$inIndex) {
    include "../../redirect.php";
} elseif (!$loggedUser) {
    throw new Exception(LangException002);
} else {
    new_location();
}
function new_location()
{
    global $objLocation, $loggedUser, $objContrast, $baseURL;
    echo "<form>\n\t\t\t<div class=\"form-inline\">\n\t         <input type=\"text\" class=\"form-control\" id=\"address\" onkeypress=\"searchKeyPress(event);\" placeholder=\"La Silla, Chile\" autofocus></input>\n             <input type=\"button\" class=\"btn btn-success\" id=\"btnSearch\" value=\"" . LangSearchLocations0 . "\" onclick=\"codeAddress();\" ></input>\n            </div>\n           </form>\n           <div id=\"map\"></div>\n           ";
    echo "<br /><form action=\"" . $baseURL . "index.php\" method=\"post\"><div>";
    echo "<input type=\"hidden\" name=\"indexAction\" value=\"validate_site\" />";
    echo "<input type=\"hidden\" name=\"latitude\" id=\"latitude\" />";
    echo "<input type=\"hidden\" name=\"longitude\" id=\"longitude\" />";
    echo "<input type=\"hidden\" name=\"country\" id=\"country\" />";
    echo "<input type=\"hidden\" name=\"elevation\" id=\"elevation\" />";
    echo "<input type=\"hidden\" name=\"timezone\" id=\"timezone\" />";
    echo "<div class=\"form-inline\">\n    \t\t<input type=\"text\" required class=\"form-control\" name=\"locationname\" placeholder=\"" . LangAddSiteField1 . "\"></input>";
    echo "  <input type=\"submit\" class=\"btn btn-primary tour4\" name=\"add\" value=\"" . LangAddSiteButton . "\" />";
    echo "</div>\n \t       <label>" . LangAddSiteField7 . "</label>";
    echo "<div class=\"form-inline\">";
    echo "<input type=\"number\" min=\"0\" max=\"9.9\" step=\"0.1\" class=\"form-control\" maxlength=\"5\" name=\"lm\" size=\"5\" />";
    echo "</div>";
    echo "<span class=\"help-block\">" . LangAddSiteField7Expl . "</span>";
    echo "</div>";
    echo "<div class=\"form-group\">\n     \t       <label>" . LangAddSiteField8 . "</label>";
    echo "<div class=\"form-inline\">";
    echo "<input type=\"number\" min=\"10.0\" max=\"25.0\" step=\"0.01\" class=\"form-control\" maxlength=\"5\" name=\"sb\" size=\"5\" />";
示例#7
0
<?php

new_location('ruby/file');
示例#8
0
<?php

new_location('_nix/bash');
示例#9
0
<?php

new_location('git/config');
示例#10
0
<?php

new_location('_nix/imagemagick');
示例#11
0
<?php

new_location('php/arrayobject');