@@ -19,7 +19,7 @@ discard block |
||
19 | 19 | * <base_url>/copyright.php after deploying the software |
20 | 20 | */ |
21 | 21 | |
22 | -require dirname(dirname(dirname(dirname(__FILE__)))) . "/config/_config.php"; |
|
22 | +require dirname(dirname(dirname(dirname(__FILE__))))."/config/_config.php"; |
|
23 | 23 | $colour1 = CONFIG['APPEARANCE']['colour1']; |
24 | 24 | $colour2 = CONFIG['APPEARANCE']['colour2']; |
25 | 25 | header('Content-type: text/css; charset=utf-8'); |
@@ -29,7 +29,7 @@ discard block |
||
29 | 29 | } |
30 | 30 | |
31 | 31 | body { |
32 | - background: <?php echo $colour1;?>; |
|
32 | + background: <?php echo $colour1; ?>; |
|
33 | 33 | color: #000000; |
34 | 34 | font-family:Verdana, Arial, Helvetica, sans-serif; |
35 | 35 | font-size:11px; |
@@ -44,7 +44,7 @@ discard block |
||
44 | 44 | } |
45 | 45 | |
46 | 46 | button { |
47 | - background: <?php echo $colour2;?>; |
|
47 | + background: <?php echo $colour2; ?>; |
|
48 | 48 | color: #FFFFFF; |
49 | 49 | min-height: 23px; |
50 | 50 | border-left-style: outset; |
@@ -395,7 +395,7 @@ discard block |
||
395 | 395 | |
396 | 396 | span.edu_cat { |
397 | 397 | font-weight: bold; |
398 | - color: <?php echo $colour2;?>; |
|
398 | + color: <?php echo $colour2; ?>; |
|
399 | 399 | } |
400 | 400 | |
401 | 401 | span.tooltip { |
@@ -491,7 +491,7 @@ discard block |
||
491 | 491 | border-bottom-style:solid; |
492 | 492 | border-top-width:5px; |
493 | 493 | border-bottom-width:5px; |
494 | - border-color: <?php echo $colour1;?>; |
|
494 | + border-color: <?php echo $colour1; ?>; |
|
495 | 495 | padding-left:30px; |
496 | 496 | } |
497 | 497 | |
@@ -561,7 +561,7 @@ discard block |
||
561 | 561 | } |
562 | 562 | |
563 | 563 | #close_button { |
564 | - background: <?php echo $colour2;?>; |
|
564 | + background: <?php echo $colour2; ?>; |
|
565 | 565 | color: #FFFFFF; |
566 | 566 | height: 23px; |
567 | 567 | border-left-style: inset; |
@@ -636,7 +636,7 @@ discard block |
||
636 | 636 | width: 30em; |
637 | 637 | padding-left: 10px; |
638 | 638 | padding-right: 0px; |
639 | - background: <?php echo $colour2;?>; |
|
639 | + background: <?php echo $colour2; ?>; |
|
640 | 640 | color: white; |
641 | 641 | box-shadow: 10px 10px 5px #888888; |
642 | 642 | } |
@@ -683,7 +683,7 @@ discard block |
||
683 | 683 | padding-top: 4px; |
684 | 684 | padding-bottom: 12px; |
685 | 685 | padding-left: 30px; |
686 | - background: <?php echo $colour1;?>; |
|
686 | + background: <?php echo $colour1; ?>; |
|
687 | 687 | text-align: left; |
688 | 688 | text-shadow: 10px 10px 5px #888888; |
689 | 689 | } |
@@ -693,9 +693,9 @@ discard block |
||
693 | 693 | border-bottom-style:solid; |
694 | 694 | border-top-width:5px; |
695 | 695 | border-bottom-width:5px; |
696 | - border-color: <?php echo $colour1;?>; |
|
696 | + border-color: <?php echo $colour1; ?>; |
|
697 | 697 | padding-left:30px; |
698 | - color: <?php echo $colour2;?>; |
|
698 | + color: <?php echo $colour2; ?>; |
|
699 | 699 | } |
700 | 700 | |
701 | 701 | #heading h1 { |
@@ -714,7 +714,7 @@ discard block |
||
714 | 714 | text-align: justify; |
715 | 715 | border-bottom-style:solid; |
716 | 716 | border-bottom-width:5px; |
717 | - border-color: <?php echo $colour1;?>; |
|
717 | + border-color: <?php echo $colour1; ?>; |
|
718 | 718 | font-size: 11px; |
719 | 719 | font-weight: normal; |
720 | 720 | } |
@@ -761,7 +761,7 @@ discard block |
||
761 | 761 | |
762 | 762 | #faq { |
763 | 763 | padding: 20px; |
764 | - color: <?php echo $colour2;?>; |
|
764 | + color: <?php echo $colour2; ?>; |
|
765 | 765 | background: #ffffff; |
766 | 766 | } |
767 | 767 | |
@@ -813,7 +813,7 @@ discard block |
||
813 | 813 | |
814 | 814 | #line1 { |
815 | 815 | top:145px; |
816 | - color: <?php echo $colour2;?>; |
|
816 | + color: <?php echo $colour2; ?>; |
|
817 | 817 | font-size:20px; |
818 | 818 | } |
819 | 819 | |
@@ -860,7 +860,7 @@ discard block |
||
860 | 860 | |
861 | 861 | #front_page_leftmenu { |
862 | 862 | border-right:solid; |
863 | - border-color: <?php echo $colour1;?>; |
|
863 | + border-color: <?php echo $colour1; ?>; |
|
864 | 864 | border-width:5px; |
865 | 865 | min-height:400px; |
866 | 866 | padding-left: 10px; |
@@ -885,11 +885,11 @@ discard block |
||
885 | 885 | } |
886 | 886 | |
887 | 887 | a:link { |
888 | - color:<?php echo $colour2;?>; |
|
888 | + color:<?php echo $colour2; ?>; |
|
889 | 889 | } |
890 | 890 | |
891 | 891 | a:visited { |
892 | - color:<?php echo $colour2;?>; |
|
892 | + color:<?php echo $colour2; ?>; |
|
893 | 893 | } |
894 | 894 | |
895 | 895 | a:hover { |
@@ -897,7 +897,7 @@ discard block |
||
897 | 897 | } |
898 | 898 | |
899 | 899 | a:active { |
900 | - color:<?php echo $colour2;?>; |
|
900 | + color:<?php echo $colour2; ?>; |
|
901 | 901 | } |
902 | 902 | |
903 | 903 | .comment { |
@@ -95,17 +95,17 @@ |
||
95 | 95 | } |
96 | 96 | |
97 | 97 | // does the file exist in the current skin's directory? Has precedence |
98 | - if ($submodule !== '' && file_exists(__DIR__ . "/../../skins/" . $this->skin . "/" . $submodule . $path . $filename)) { |
|
99 | - $extrapath = "/skins/" . $this->skin . "/" . $submodule; |
|
98 | + if ($submodule !== '' && file_exists(__DIR__."/../../skins/".$this->skin."/".$submodule.$path.$filename)) { |
|
99 | + $extrapath = "/skins/".$this->skin."/".$submodule; |
|
100 | 100 | } |
101 | - elseif (file_exists(__DIR__ . "/../../skins/" . $this->skin . $path . $filename)) { |
|
102 | - $extrapath = "/skins/" . $this->skin; |
|
103 | - } elseif (file_exists(__DIR__ . "/../../" . $path . $filename)) { |
|
101 | + elseif (file_exists(__DIR__."/../../skins/".$this->skin.$path.$filename)) { |
|
102 | + $extrapath = "/skins/".$this->skin; |
|
103 | + } elseif (file_exists(__DIR__."/../../".$path.$filename)) { |
|
104 | 104 | $extrapath = ""; |
105 | 105 | } else { |
106 | 106 | return FALSE; |
107 | 107 | } |
108 | - return htmlspecialchars(\core\CAT::getRootUrlPath() . $extrapath . $path . $filename, ENT_QUOTES); |
|
108 | + return htmlspecialchars(\core\CAT::getRootUrlPath().$extrapath.$path.$filename, ENT_QUOTES); |
|
109 | 109 | } |
110 | 110 | |
111 | 111 | } |
@@ -97,8 +97,7 @@ |
||
97 | 97 | // does the file exist in the current skin's directory? Has precedence |
98 | 98 | if ($submodule !== '' && file_exists(__DIR__ . "/../../skins/" . $this->skin . "/" . $submodule . $path . $filename)) { |
99 | 99 | $extrapath = "/skins/" . $this->skin . "/" . $submodule; |
100 | - } |
|
101 | - elseif (file_exists(__DIR__ . "/../../skins/" . $this->skin . $path . $filename)) { |
|
100 | + } elseif (file_exists(__DIR__ . "/../../skins/" . $this->skin . $path . $filename)) { |
|
102 | 101 | $extrapath = "/skins/" . $this->skin; |
103 | 102 | } elseif (file_exists(__DIR__ . "/../../" . $path . $filename)) { |
104 | 103 | $extrapath = ""; |
@@ -53,10 +53,10 @@ |
||
53 | 53 | $ourlocale = $this->langObject->getLang(); |
54 | 54 | header("Content-Type:text/html;charset=utf-8"); |
55 | 55 | echo "<!DOCTYPE html> |
56 | - <html xmlns='http://www.w3.org/1999/xhtml' lang='" . $ourlocale . "'> |
|
57 | - <head lang='" . $ourlocale . "'> |
|
56 | + <html xmlns='http://www.w3.org/1999/xhtml' lang='" . $ourlocale."'> |
|
57 | + <head lang='" . $ourlocale."'> |
|
58 | 58 | <meta http-equiv='Content-Type' content='text/html; charset=UTF-8'>"; |
59 | - echo "<title>" . htmlspecialchars($pagetitle) . "</title>"; |
|
59 | + echo "<title>".htmlspecialchars($pagetitle)."</title>"; |
|
60 | 60 | echo '<script type="text/javascript">ie_version = 0;</script> |
61 | 61 | <!--[if IE]> |
62 | 62 | <script type="text/javascript">ie_version=1;</script> |
@@ -49,13 +49,13 @@ discard block |
||
49 | 49 | $retval = "<div class='sidebar'><p>"; |
50 | 50 | |
51 | 51 | if ($advancedControls) { |
52 | - $retval .= "<strong>" . _("You are:") . "</strong> ".$_SESSION['name'] |
|
52 | + $retval .= "<strong>"._("You are:")."</strong> ".$_SESSION['name'] |
|
53 | 53 | ."<br/> |
54 | 54 | <br/> |
55 | - <a href='" . \core\CAT::getRootUrlPath() . "/admin/overview_user.php'>" . _("Go to your Profile page") . "</a> |
|
56 | - <a href='" . \core\CAT::getRootUrlPath() . "/admin/inc/logout.php'>" . _("Logout") . "</a> "; |
|
55 | + <a href='" . \core\CAT::getRootUrlPath()."/admin/overview_user.php'>"._("Go to your Profile page")."</a> |
|
56 | + <a href='" . \core\CAT::getRootUrlPath()."/admin/inc/logout.php'>"._("Logout")."</a> "; |
|
57 | 57 | } |
58 | - $retval .= "<a href='" . \core\CAT::getRootUrlPath() . "/'>" . _("Start page") . "</a> |
|
58 | + $retval .= "<a href='".\core\CAT::getRootUrlPath()."/'>"._("Start page")."</a> |
|
59 | 59 | </p> |
60 | 60 | </div> <!-- sidebar -->"; |
61 | 61 | \core\common\Entity::outOfThePotatoes(); |
@@ -79,22 +79,22 @@ discard block |
||
79 | 79 | <h1>$cap1</h1> |
80 | 80 | </div><!--header_captions--> |
81 | 81 | <div id='langselection' style='padding-top:20px; padding-left:10px;'> |
82 | - <form action='$place' method='GET' accept-charset='UTF-8'>" . _("View this page in") . " |
|
82 | + <form action='$place' method='GET' accept-charset='UTF-8'>"._("View this page in")." |
|
83 | 83 | <select id='lang' name='lang' onchange='this.form.submit()'>"; |
84 | 84 | |
85 | 85 | foreach (CONFIG['LANGUAGES'] as $lang => $value) { |
86 | - $retval .= "<option value='$lang' " . (strtoupper($language) == strtoupper($lang) ? "selected" : "" ) . " >" . $value['display'] . "</option> "; |
|
86 | + $retval .= "<option value='$lang' ".(strtoupper($language) == strtoupper($lang) ? "selected" : "")." >".$value['display']."</option> "; |
|
87 | 87 | } |
88 | 88 | $retval .= "</select>"; |
89 | 89 | |
90 | 90 | foreach ($_GET as $var => $value) { |
91 | 91 | if ($var != "lang" && $value != "") { |
92 | - $retval .= "<input type='hidden' name='" . htmlspecialchars($var) . "' value='" . htmlspecialchars($value) . "'>"; |
|
92 | + $retval .= "<input type='hidden' name='".htmlspecialchars($var)."' value='".htmlspecialchars($value)."'>"; |
|
93 | 93 | } |
94 | 94 | } |
95 | 95 | $retval .= "</form> |
96 | 96 | </div><!--langselection-->"; |
97 | - $logoUrl = \core\CAT::getRootUrlPath() . "/resources/images/consortium_logo.png"; |
|
97 | + $logoUrl = \core\CAT::getRootUrlPath()."/resources/images/consortium_logo.png"; |
|
98 | 98 | $retval .= "<div class='consortium_logo'> |
99 | 99 | <img id='test_locate' src='$logoUrl' alt='Consortium Logo'> |
100 | 100 | </div> <!-- consortium_logo --> |
@@ -187,7 +187,7 @@ discard block |
||
187 | 187 | |
188 | 188 | if (isset(CONFIG['APPEARANCE']['MOTD']) && CONFIG['APPEARANCE']['MOTD'] != "") { |
189 | 189 | $retval .= "<div id='header_MOTD' style='display:inline-block; padding-left:20px;vertical-align:top;'> |
190 | - <p class='MOTD'>" . CONFIG['APPEARANCE']['MOTD'] . "</p> |
|
190 | + <p class='MOTD'>" . CONFIG['APPEARANCE']['MOTD']."</p> |
|
191 | 191 | </div><!--header_MOTD-->"; |
192 | 192 | } |
193 | 193 | $retval .= $this->sidebar($advancedControls); |
@@ -213,9 +213,9 @@ discard block |
||
213 | 213 | <html xmlns='http://www.w3.org/1999/xhtml' lang='$ourlocale'> |
214 | 214 | <head lang='$ourlocale'> |
215 | 215 | <meta http-equiv='Content-Type' content='text/html; charset=UTF-8'>"; |
216 | - $cssUrl = \core\CAT::getRootUrlPath() . "/resources/css/cat.css.php"; |
|
216 | + $cssUrl = \core\CAT::getRootUrlPath()."/resources/css/cat.css.php"; |
|
217 | 217 | $retval .= "<link rel='stylesheet' type='text/css' href='$cssUrl' />"; |
218 | - $retval .= "<title>" . htmlspecialchars($pagetitle) . "</title>"; |
|
218 | + $retval .= "<title>".htmlspecialchars($pagetitle)."</title>"; |
|
219 | 219 | return $retval; |
220 | 220 | } |
221 | 221 | |
@@ -229,7 +229,7 @@ discard block |
||
229 | 229 | // we may need to jump up one dir if we are either in admin/ or accountstatus/ |
230 | 230 | // (accountstatus courtesy of my good mood. It's userspace not admin space so |
231 | 231 | // it shouldn't be using this function any more.) |
232 | - $logoBase = \core\CAT::getRootUrlPath() . "/resources/images"; |
|
232 | + $logoBase = \core\CAT::getRootUrlPath()."/resources/images"; |
|
233 | 233 | return "<span id='logos' style='position:fixed; left:50%;'><img src='$logoBase/dante.png' alt='DANTE' style='height:23px;width:47px'/> |
234 | 234 | <img src='$logoBase/eu.png' alt='EU' style='height:23px;width:27px;border-width:0px;'/></span> |
235 | 235 | <span id='eu_text' style='text-align:right;'><a href='http://ec.europa.eu/dgs/connect/index_en.htm' style='text-decoration:none; vertical-align:top;'>European Commission Communications Networks, Content and Technology</a></span>"; |
@@ -251,9 +251,9 @@ discard block |
||
251 | 251 | <table style='width:100%'> |
252 | 252 | <tr> |
253 | 253 | <td style='padding-left:20px; padding-right:20px; text-align:left; vertical-align:top;'> |
254 | - " . $cat->CAT_COPYRIGHT . "</td>"; |
|
254 | + " . $cat->CAT_COPYRIGHT."</td>"; |
|
255 | 255 | if (!empty(CONFIG['APPEARANCE']['privacy_notice_url'])) { |
256 | - $retval .= "<td><a href='".CONFIG['APPEARANCE']['privacy_notice_url']."'>" . sprintf(_("%s Privacy Notice"),CONFIG_CONFASSISTANT['CONSORTIUM']['display_name']) . "</a></td>"; |
|
256 | + $retval .= "<td><a href='".CONFIG['APPEARANCE']['privacy_notice_url']."'>".sprintf(_("%s Privacy Notice"), CONFIG_CONFASSISTANT['CONSORTIUM']['display_name'])."</a></td>"; |
|
257 | 257 | } |
258 | 258 | $retval .= " <td style='padding-left:80px; padding-right:20px; text-align:right; vertical-align:top;'>"; |
259 | 259 |
@@ -23,7 +23,7 @@ discard block |
||
23 | 23 | |
24 | 24 | use Exception; |
25 | 25 | |
26 | -require_once dirname(dirname(dirname(dirname(__FILE__)))) . "/config/_config.php"; |
|
26 | +require_once dirname(dirname(dirname(dirname(__FILE__))))."/config/_config.php"; |
|
27 | 27 | require_once CONFIG['AUTHENTICATION']['ssp-path-to-autoloader']; |
28 | 28 | |
29 | 29 | /** |
@@ -122,7 +122,7 @@ discard block |
||
122 | 122 | if ($trailerPosition !== FALSE) { |
123 | 123 | $base = substr($scriptself, 0, $trailerPosition); |
124 | 124 | if ($base !== FALSE) { |
125 | - $url = "//$servername" . $base . "/logout_check.php"; |
|
125 | + $url = "//$servername".$base."/logout_check.php"; |
|
126 | 126 | } |
127 | 127 | } |
128 | 128 |
@@ -83,7 +83,7 @@ |
||
83 | 83 | */ |
84 | 84 | public function htmlShowtime($wizard = FALSE, $additional = FALSE) { |
85 | 85 | if (!$this->readOnly) { |
86 | - // return $this->htmlPreEdit($wizard, $additional) . $this->htmlPostEdit(TRUE); |
|
86 | + // return $this->htmlPreEdit($wizard, $additional) . $this->htmlPostEdit(TRUE); |
|
87 | 87 | return $this->htmlPreEdit($wizard, $additional) . $this->findLocationHtml() . $this->htmlPostEdit(TRUE); |
88 | 88 | } |
89 | 89 | } |
@@ -21,7 +21,7 @@ discard block |
||
21 | 21 | |
22 | 22 | namespace web\lib\admin; |
23 | 23 | |
24 | -require_once dirname(dirname(dirname(dirname(__FILE__)))) . "/config/_config.php"; |
|
24 | +require_once dirname(dirname(dirname(dirname(__FILE__))))."/config/_config.php"; |
|
25 | 25 | |
26 | 26 | /** |
27 | 27 | * This class provides map display functionality |
@@ -84,7 +84,7 @@ discard block |
||
84 | 84 | public function htmlShowtime($wizard = FALSE, $additional = FALSE) { |
85 | 85 | if (!$this->readOnly) { |
86 | 86 | // return $this->htmlPreEdit($wizard, $additional) . $this->htmlPostEdit(TRUE); |
87 | - return $this->htmlPreEdit($wizard, $additional) . $this->findLocationHtml() . $this->htmlPostEdit(TRUE); |
|
87 | + return $this->htmlPreEdit($wizard, $additional).$this->findLocationHtml().$this->htmlPostEdit(TRUE); |
|
88 | 88 | } |
89 | 89 | } |
90 | 90 | |
@@ -108,7 +108,7 @@ discard block |
||
108 | 108 | // quiesce warnings about unused parameter |
109 | 109 | sprintf("%d", $number); |
110 | 110 | $pair = json_decode($coords, true); |
111 | - return "<table><tr><td>Latitude</td><td><strong>" . $pair['lat'] . "</strong></td></tr><tr><td>Longitude</td><td><strong>" . $pair['lon'] . "</strong></td></tr></table>"; |
|
111 | + return "<table><tr><td>Latitude</td><td><strong>".$pair['lat']."</strong></td></tr><tr><td>Longitude</td><td><strong>".$pair['lon']."</strong></td></tr></table>"; |
|
112 | 112 | } |
113 | 113 | |
114 | 114 | /** |
@@ -118,7 +118,7 @@ discard block |
||
118 | 118 | */ |
119 | 119 | private function findLocationHtml() { |
120 | 120 | \core\common\Entity::intoThePotatoes(); |
121 | - $retval = "<button type='button' onclick='locateMe()'>" . _("Locate Me!") . "</button></p>"; |
|
121 | + $retval = "<button type='button' onclick='locateMe()'>"._("Locate Me!")."</button></p>"; |
|
122 | 122 | \core\common\Entity::outOfThePotatoes(); |
123 | 123 | return $retval; |
124 | 124 | } |
@@ -22,7 +22,7 @@ discard block |
||
22 | 22 | |
23 | 23 | namespace web\lib\admin; |
24 | 24 | |
25 | -require_once dirname(dirname(dirname(dirname(__FILE__)))) . "/config/_config.php"; |
|
25 | +require_once dirname(dirname(dirname(dirname(__FILE__))))."/config/_config.php"; |
|
26 | 26 | |
27 | 27 | /** |
28 | 28 | * This class provides map display functionality |
@@ -85,7 +85,7 @@ discard block |
||
85 | 85 | |
86 | 86 | // use HTML5 geolocation |
87 | 87 | function locateMe() { |
88 | - $('#address').val(\"" . _("locating") . "\"); |
|
88 | + $('#address').val(\"" . _("locating")."\"); |
|
89 | 89 | navigator.geolocation.getCurrentPosition(locate_succes,locate_fail,{maximumAge:3600000, timeout:5000}); |
90 | 90 | } |
91 | 91 | |
@@ -207,7 +207,7 @@ discard block |
||
207 | 207 | view.fit(extent, {padding: [10, 0, 10, 0]}); |
208 | 208 | } else { |
209 | 209 | view.setCenter([0,0]); |
210 | - locate_country('" . $cat->knownFederations[strtoupper($this->fedName)] . "'); // use the federation code to locate the country |
|
210 | + locate_country('" . $cat->knownFederations[strtoupper($this->fedName)]."'); // use the federation code to locate the country |
|
211 | 211 | map.setView(view); |
212 | 212 | } |
213 | 213 | view.setMaxZoom(20); |
@@ -229,14 +229,14 @@ discard block |
||
229 | 229 | function getAddressLocation() { |
230 | 230 | var city = $('#address').val(); |
231 | 231 | if(city == '') { |
232 | - alert(\"" . _("nothing entered in the address field") . "\"); |
|
232 | + alert(\"" . _("nothing entered in the address field")."\"); |
|
233 | 233 | return false; |
234 | 234 | } |
235 | 235 | city = city.replace(/\s*,\s*/g,',+'); |
236 | 236 | city = city.replace(/ +/,'+'); |
237 | 237 | $.get(addressService+'?format=json&addressdetails=0&q='+city, '', function(data) { |
238 | 238 | if (data[0] === undefined) { |
239 | - alert('" . _("Address not found, perhaps try another form, like putting the street number to the front.") . "'); |
|
239 | + alert('" . _("Address not found, perhaps try another form, like putting the street number to the front.")."'); |
|
240 | 240 | return; |
241 | 241 | } |
242 | 242 | showTmpPointer(data[0].lon, data[0].lat); |
@@ -287,7 +287,7 @@ discard block |
||
287 | 287 | if ($this->readOnly) { |
288 | 288 | return "<div id='map' class='locationmap'></div><script>generateMap('map')</script>"; |
289 | 289 | } else { |
290 | - return $this->htmlPreEdit($wizard, $additional) . $this->findLocationHtml() . "<span id='location-prompt'>You can drag the pointer to the final location before you save the results.</span><div id='map' class='locationmap'></div><script>generateMap('map')</script>" . $this->htmlPostEdit(FALSE); |
|
290 | + return $this->htmlPreEdit($wizard, $additional).$this->findLocationHtml()."<span id='location-prompt'>You can drag the pointer to the final location before you save the results.</span><div id='map' class='locationmap'></div><script>generateMap('map')</script>".$this->htmlPostEdit(FALSE); |
|
291 | 291 | } |
292 | 292 | } |
293 | 293 | |
@@ -310,7 +310,7 @@ discard block |
||
310 | 310 | */ |
311 | 311 | public static function optionListDisplayCode($coords, $number) { |
312 | 312 | \core\common\Entity::intoThePotatoes(); |
313 | - $retval = "<button id='location_b_" . $number . "' class='location_button'>" . _("Click to see location") . " $number</button>"; |
|
313 | + $retval = "<button id='location_b_".$number."' class='location_button'>"._("Click to see location")." $number</button>"; |
|
314 | 314 | \core\common\Entity::outOfThePotatoes(); |
315 | 315 | return $retval; |
316 | 316 | } |
@@ -322,7 +322,7 @@ discard block |
||
322 | 322 | */ |
323 | 323 | private function findLocationHtml() { |
324 | 324 | \core\common\Entity::intoThePotatoes(); |
325 | - $retval = "<p>" . _("Address:") . " <input name='address' id='address' /><button type='button' onclick='getAddressLocation()'>" . _("Find address") . "</button> <button type='button' onclick='locateMe()'>" . _("Locate Me!") . "</button></p>"; |
|
325 | + $retval = "<p>"._("Address:")." <input name='address' id='address' /><button type='button' onclick='getAddressLocation()'>"._("Find address")."</button> <button type='button' onclick='locateMe()'>"._("Locate Me!")."</button></p>"; |
|
326 | 326 | \core\common\Entity::outOfThePotatoes(); |
327 | 327 | return $retval; |
328 | 328 | } |
@@ -34,8 +34,8 @@ discard block |
||
34 | 34 | */ |
35 | 35 | public static function deleteObsoleteTempDirs() { |
36 | 36 | $downloadsDirs = [ |
37 | - 'site_installers' => dirname(dirname(dirname(dirname(__FILE__)))) . "/var/installer_cache", |
|
38 | - 'silverbullet' => dirname(dirname(dirname(dirname(__FILE__)))) . "/var/silverbullet" |
|
37 | + 'site_installers' => dirname(dirname(dirname(dirname(__FILE__))))."/var/installer_cache", |
|
38 | + 'silverbullet' => dirname(dirname(dirname(dirname(__FILE__))))."/var/silverbullet" |
|
39 | 39 | ]; |
40 | 40 | $tm = time(); |
41 | 41 | $i = 0; |
@@ -54,14 +54,14 @@ discard block |
||
54 | 54 | if ($entry === '.' || $entry === '..' || $entry === '.gitignore') { |
55 | 55 | continue; |
56 | 56 | } |
57 | - $ftime = $tm - filemtime($downloads . '/' . $entry); |
|
57 | + $ftime = $tm - filemtime($downloads.'/'.$entry); |
|
58 | 58 | if ($ftime < 3600) { |
59 | 59 | continue; |
60 | 60 | } |
61 | 61 | if (isset($Cache[$entry])) { |
62 | 62 | continue; |
63 | 63 | } |
64 | - \core\common\Entity::rrmdir($downloads . '/' . $entry); |
|
64 | + \core\common\Entity::rrmdir($downloads.'/'.$entry); |
|
65 | 65 | $i = $i + 1; |
66 | 66 | print "$entry\n"; |
67 | 67 | } |
@@ -21,7 +21,7 @@ discard block |
||
21 | 21 | |
22 | 22 | namespace web\lib\admin; |
23 | 23 | |
24 | -require_once dirname(dirname(dirname(dirname(__FILE__)))) . "/config/_config.php"; |
|
24 | +require_once dirname(dirname(dirname(dirname(__FILE__))))."/config/_config.php"; |
|
25 | 25 | |
26 | 26 | /** |
27 | 27 | * This class provides map display functionality |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | public function htmlHeadCode() { |
50 | 50 | $cat = new \core\CAT(); |
51 | 51 | \core\common\Entity::intoThePotatoes(); |
52 | - $retval = "<script type='text/javascript' src='https://maps.googleapis.com/maps/api/js?key=" . CONFIG['APPEARANCE']['google_maps_api_key'] . "'></script> |
|
52 | + $retval = "<script type='text/javascript' src='https://maps.googleapis.com/maps/api/js?key=".CONFIG['APPEARANCE']['google_maps_api_key']."'></script> |
|
53 | 53 | <script type='text/javascript'> |
54 | 54 | // some global variables; |
55 | 55 | var center_lat=49.6114885608729; |
@@ -105,19 +105,19 @@ discard block |
||
105 | 105 | * |
106 | 106 | */ |
107 | 107 | function locator_magic() { |
108 | - geocoder.geocode({'address':\"" . preg_replace("/\"/", """, $this->instName) . "\", 'region':\"" . strtolower($this->fedName) . "\"}, |
|
108 | + geocoder.geocode({'address':\"" . preg_replace("/\"/", """, $this->instName)."\", 'region':\"".strtolower($this->fedName)."\"}, |
|
109 | 109 | function(r,status) { |
110 | 110 | if(status != google.maps.GeocoderStatus.OK) { |
111 | - locate_country(\"" . $cat->knownFederations[strtoupper($this->fedName)] . "\"); |
|
111 | + locate_country(\"" . $cat->knownFederations[strtoupper($this->fedName)]."\"); |
|
112 | 112 | } else { |
113 | 113 | var i; |
114 | 114 | for(i = 0; i < r.length; i++) { |
115 | 115 | Addr = getAddressElements(r[i].address_components); |
116 | - if(Addr.country == \"" . strtoupper($this->fedName) . "\") |
|
116 | + if(Addr.country == \"" . strtoupper($this->fedName)."\") |
|
117 | 117 | break; |
118 | 118 | } |
119 | - if(Addr.country != \"" . strtoupper($this->fedName) . "\") |
|
120 | - locate_country(\"" . $cat->knownFederations[strtoupper($this->fedName)] . "\"); |
|
119 | + if(Addr.country != \"" . strtoupper($this->fedName)."\") |
|
120 | + locate_country(\"" . $cat->knownFederations[strtoupper($this->fedName)]."\"); |
|
121 | 121 | else { |
122 | 122 | addMarker(r[i].geometry.location,15,null); |
123 | 123 | } |
@@ -130,7 +130,7 @@ discard block |
||
130 | 130 | */ |
131 | 131 | function markerClicked(m) { |
132 | 132 | info_window.close(); |
133 | - var t = \"" . _("This is location ") . "\"+m.info; |
|
133 | + var t = \"" . _("This is location ")."\"+m.info; |
|
134 | 134 | info_window.setContent(t); |
135 | 135 | info_window.setPosition(m.getPosition()); |
136 | 136 | info_window.open(map,m); |
@@ -209,7 +209,7 @@ discard block |
||
209 | 209 | function getAddressLocation() { |
210 | 210 | var city = $('#address').val(); |
211 | 211 | if(city == '') { |
212 | - alert(\"" . _("nothing entered in the address field") . "\"); |
|
212 | + alert(\"" . _("nothing entered in the address field")."\"); |
|
213 | 213 | return false; |
214 | 214 | } |
215 | 215 | geocoder.geocode( { 'address': city}, function(results, status) { |
@@ -229,7 +229,7 @@ discard block |
||
229 | 229 | * trigger geolocation |
230 | 230 | */ |
231 | 231 | function locateMe() { |
232 | - $('#address').val(\"" . _("locating") . "\"); |
|
232 | + $('#address').val(\"" . _("locating")."\"); |
|
233 | 233 | navigator.geolocation.getCurrentPosition(locate_succes,locate_fail,{maximumAge:3600000, timeout:5000}); |
234 | 234 | } |
235 | 235 | |
@@ -347,7 +347,7 @@ discard block |
||
347 | 347 | if ($this->readOnly) { |
348 | 348 | return "<div id='map' class='googlemap'></div>"; |
349 | 349 | } else { |
350 | - return $this->htmlPreEdit($wizard, $additional) . $this->findLocationHtml() . "<div id='map' class='googlemap'></div>" . $this->htmlPostEdit(FALSE); |
|
350 | + return $this->htmlPreEdit($wizard, $additional).$this->findLocationHtml()."<div id='map' class='googlemap'></div>".$this->htmlPostEdit(FALSE); |
|
351 | 351 | } |
352 | 352 | } |
353 | 353 | |
@@ -362,7 +362,7 @@ discard block |
||
362 | 362 | // quiesce warnings about unused variable |
363 | 363 | sprintf("%s", $coords); |
364 | 364 | \core\common\Entity::intoThePotatoes(); |
365 | - $retval = "<button id='location_b_" . $number . "' class='location_button'>" . _("Click to see location") . " $number</button>"; |
|
365 | + $retval = "<button id='location_b_".$number."' class='location_button'>"._("Click to see location")." $number</button>"; |
|
366 | 366 | \core\common\Entity::outOfThePotatoes(); |
367 | 367 | return $retval; |
368 | 368 | } |
@@ -373,7 +373,7 @@ discard block |
||
373 | 373 | * @return string |
374 | 374 | */ |
375 | 375 | public function bodyTagCode() { |
376 | - return "onload='load(" . ($this->readOnly ? "0" : "1") . ")'"; |
|
376 | + return "onload='load(".($this->readOnly ? "0" : "1").")'"; |
|
377 | 377 | } |
378 | 378 | |
379 | 379 | /** |
@@ -383,7 +383,7 @@ discard block |
||
383 | 383 | */ |
384 | 384 | private function findLocationHtml() { |
385 | 385 | \core\common\Entity::intoThePotatoes(); |
386 | - $retval = "<p>" . _("Address:") . " <input name='address' id='address' /><button type='button' onclick='getAddressLocation()'>" . _("Find address") . "</button> <button type='button' onclick='locateMe()'>" . _("Locate Me!") . "</button></p>"; |
|
386 | + $retval = "<p>"._("Address:")." <input name='address' id='address' /><button type='button' onclick='getAddressLocation()'>"._("Find address")."</button> <button type='button' onclick='locateMe()'>"._("Locate Me!")."</button></p>"; |
|
387 | 387 | \core\common\Entity::outOfThePotatoes(); |
388 | 388 | return $retval; |
389 | 389 | } |