File tree 4 files changed +16
-2
lines changed
services/au/org/ala/spatial/portal
4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 21
21
*= require commonui-bs3-2019/css/ala-styles.css
22
22
*= require spatial-hub.css
23
23
*= require commonui-bs3-2019.css
24
+ *= require flag-icons-master/css/flag-icon.css
24
25
*/
Original file line number Diff line number Diff line change @@ -1116,3 +1116,9 @@ ul.errors {
1116
1116
padding-top : 20px ;
1117
1117
font-style : italic;
1118
1118
}
1119
+
1120
+ # lang {
1121
+ color : # FFFFFF ;
1122
+ background-color : # 000000 ;
1123
+ border-width : 0 ;
1124
+ }
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class PropertiesService {
26
26
def grailsApplication
27
27
28
28
def get (type ) {
29
- def name = " messages" + (type == " default" ? " " : " _" + type)
29
+ def name = " messages" + (type == " default" ? " " : " _" + type. toLowerCase() )
30
30
def defaultFile = " ${ name} .properties" ;
31
31
def properties = new Properties ()
32
32
Original file line number Diff line number Diff line change 118
118
<div class =" horizontal-line" ></div >
119
119
<span class =" collapse visible-on-show" aria-hidden =" true" >× ; </span >
120
120
</button >
121
+ <select class =" form-select" id =" lang" aria-label =" Region" onchange =" location = this.value;" >
122
+ <option selected value =" /" >EN</option >
123
+ <option value =" ?lang=ES" ${params.lang?.toLowerCase() ==' es' ? ' selected' : ' ' } >ES</option >
124
+ </select >
121
125
</div >
122
126
</div >
123
127
311
315
</li >
312
316
</ul >
313
317
</div >
318
+
314
319
<button class =" search-trigger hidden-xs hidden-sm collapsed collapse-trigger-button"
315
320
data-toggle =" collapse"
316
321
data-target =" #autocompleteSearchALA" onclick =" focusOnClickSearchButton()" >
360
365
</form >
361
366
</div >
362
367
</div >
368
+
363
369
</nav ><!-- .site-navigation -->
364
370
371
+
372
+
365
373
</div >
366
374
<script type =" text/html" id =" autoCompleteTemplate" >
367
375
<li class =" autocomplete-item striped" >
405
413
</script >
406
414
</g:if >
407
415
<!-- End Google Analytics -->
408
-
409
416
</body >
410
417
</html >
You can’t perform that action at this time.
0 commit comments