This file was deleted.

@@ -36,7 +36,7 @@ var LOC = (function() {
LOC_ALL: 'All',
LOC_ALL_PAGES: 'All Pages',
LOC_NONE: 'None',
LOC_SURVEY_DELETE_CONFIRM: 'Are you sure you want to delete survey?',
LOC_SURVEY_DELETE_CONFIRM: 'Are you sure you want to delete the survey?',
LOC_CHOOSE_SURVEY_UPLOAD: 'Choose a survey to upload',
LOC_SURVEY_UPLOAD: 'Survey upload',
LOC_SEND_FILE: 'Send File',
@@ -71,6 +71,7 @@ var LOC = (function() {
LOC_MAP_VIEW: 'Map View',
LOC_GRAPH_VIEW: 'Graph View',
LOC_PIE_CHART: 'Pie Chart',
LOC_BAR_CHART: 'Bar Chart',
LOC_EXPORT_TO: 'Export To',
LOC_SEND_SMS: 'Send SMS',
LOC_TO: 'To',
@@ -70,6 +70,8 @@ var LOC = (function() {
LOC_RESULT_LIST: 'Rezultaty',
LOC_MAP_VIEW: 'Mapa',
LOC_GRAPH_VIEW: 'Wykres',
LOC_PIE_CHART: 'Pie Chart',
LOC_BAR_CHART: 'Bar Chart',
LOC_EXPORT_TO: 'Eksportuj',
LOC_SEND_SMS: 'Wy\u015blij wiadomo\u015b\u0107',
LOC_TO: 'Do',
@@ -71,6 +71,7 @@ var LOC = (function() {
LOC_MAP_VIEW: 'Map View',
LOC_GRAPH_VIEW: 'Graph View',
LOC_PIE_CHART: 'Pie Chart',
LOC_BAR_CHART: 'Bar Chart',
LOC_EXPORT_TO: 'Export To',
LOC_SEND_SMS: 'Send SMS',
LOC_TO: 'To',
@@ -69,7 +69,7 @@ var QuestionUiElement = function( questionModel ){
function createDescriptive(){
var elem = $(
'<div>'
+ '<span class="detailLabel defaultLabel">DEFAULT:</span><input class="defaultAnswer descriptiveDefault detailInputText" type="text" name="descriptiveDefault" />'
+ '<span class="detailLabel defaultLabel">DEFAULT:</span><input class="defaultAnswer descriptiveDefault detailInputText" type="text" name="descriptiveDefault" placeholder="Default Answer.." />'
+ '<span class="detailLabel">' + LOC.get( 'LOC_LENGTH' ) + '</span><input class="descriptiveLength detailInputText" type="text" name="length" />'
+ '</div>'
);//TODO length can be only numeric
@@ -79,8 +79,10 @@ var QuestionUiElement = function( questionModel ){
$( '#'+ question.uiId + ' .descriptiveLength' ).keyup( function (){onQuestionLengthChanged()});

$( '#'+ question.uiId + ' .descriptiveLength' ).numeric( {decimal: false, negative: false} );

}


function onQuestionLengthChanged(){
var val = $( '#'+ question.uiId + ' .descriptiveLength').val();
if( +val === 0 ){
@@ -179,6 +179,13 @@ <h2 class="subtitulo_purple">&{'views.login.NeedAccount'}</h2>


</script>
<!-- mathiasbynens.be/notes/async-analytics-snippet Change UA-XXXXX-X to be your site's ID -->
<script>
var _gaq=[['_setAccount','UA-30650504-1'],['_trackPageview'],['_trackPageLoadTime']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>

@@ -1,14 +1,7 @@
.graphListButton {
display: inline-block;
min-width: 70px;
max-width: 70px;
height: 44px;
margin-left: 35px;
margin-top: 10px;
line-height: 44px;
cursor: pointer;
color: #3a77ca;

font-family: "Nokia Pure Text";
font-size: 12px;
text-align: center;
@@ -18,3 +11,10 @@
.buttonGraph {
background: url(../images/mapview.png);
}

graphRows{
display: inline-block;
zoom: 1;
*display: inline;
height: 44px;
}
@@ -131,6 +131,7 @@ p
-webkit-box-shadow: 0px 0px 1px 2px #9cb4c9;
-moz-box-shadow: 0px 0px 1px 2px #9cb4c9;
box-shadow: 0px 0px 1px 2px #9cb4c9;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#9cb4c9', Direction=135, Strength=2);
}


@@ -329,6 +330,7 @@ table.register td {
-webkit-box-shadow: 0px 0px 2px 2px #9cb4c9;
-moz-box-shadow: 0px 0px 2px 2px #9cb4c9;
box-shadow: 0px 0px 2px 2px #9cb4c9;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#9cb4c9', Direction=135, Strength=2);
}

/************************************************************************************************************************/
@@ -59,7 +59,10 @@ display:none;

.defaultLabel
{
visibility: hidden;
visibility: visible;
/*display: inline-block;
zoom:1;
*display: inline;*/
}


@@ -31,5 +31,5 @@ views.login.GettingStarted = Getting Started
views.login.JustWatch = Read our friendly <a href="http://docs.nokiadatagathering.net/"> users guide</a> or watch the video to see how Nokia Data Gathering is being used to fight disease and save lives.
views.login.MobileClients = MOBILE CLIENTS
views.login.NeedAccount = You need an account on this server to use Nokia Data Gathering on your mobile device. Please register above and then download a client.
views.login.compatibility = This site needs either a webkit based browser or Internet Explorer 9 or greater. You can still use Nokia Data Gathering with an older browser by <a href="http://calm.nokiadatagathering.net/ndgFlex/swf/main.html"> clicking here.</a>
views.login.compatibility = <red>This site needs either a webkit (like Chrome) or mozilla (like Firefox) based browser or Internet Explorer 9 or above. You can however still use Nokia Data Gathering with an older browser by</red> <a href="http://calm.nokiadatagathering.net/ndgFlex/swf/main.html"> clicking here.</a>

@@ -20,7 +20,7 @@
views.login.Login = Zaloguj
views.login.Create = Create in Polish
views.login.YourSurvey = Your Survey in Polish
views.login.box01Text = Using our unique <b>Drag 'n' Drop</b> survey editor
views.login.box01Text = Using our unique <b>Drag n' Drop</b> survey editor
views.login.UseMobile = Use Your Mobile in Polish
views.login.ToInterview = TO INTERVIEW in Polish
views.login.box02Text = People in the field in Polish
@@ -31,4 +31,4 @@
views.login.JustWatch = Read our friendly <a href="http://docs.nokiadatagathering.net/"> users guide</a> or watch the video to see how Nokia Data Gathering is being used to fight disease and save lives.
views.login.MobileClients = MOBILE CLIENTS in Polish
views.login.NeedAccount = You need an account on this server to use Nokia Data Gathering on your mobile device. Please register above.
views.login.compatibility = This site needs either a webkit based browser or Internet Explorer 9 or greater. You can still use Nokia Data Gathering with an older browser by <a href="http://calm.nokiadatagathering.net/ndgFlex/swf/main.html"> clicking here.</a> polish
views.login.compatibility = <red>This site needs either a webkit (like Chrome) or mozilla (like Firefox) based browser or Internet Explorer 9 or above. You can however still use Nokia Data Gathering with an older browser by</red> <a href="http://calm.nokiadatagathering.net/ndgFlex/swf/main.html"> clicking here.</a> polish
@@ -31,5 +31,5 @@ views.login.GettingStarted = Getting Started br
views.login.JustWatch = Read our friendly <a href="http://docs.nokiadatagathering.net/"> users guide</a> or watch the video to see how Nokia Data Gathering is being used to fight disease and save lives.
views.login.MobileClients = MOBILE CLIENTS br
views.login.NeedAccount = You need an account on this server to use Nokia Data Gathering on your mobile device. Please register above.
views.login.compatibility = This site needs either a webkit based browser or Internet Explorer 9 or greater. You can still use Nokia Data Gathering with an older browser by <a href="http://calm.nokiadatagathering.net/ndgFlex/swf/main.html"> clicking here.</a> pt_br
views.login.compatibility = <red>This site needs either a webkit (like Chrome) or mozilla (like Firefox) based browser or Internet Explorer 9 or above. You can however still use Nokia Data Gathering with an older browser by</red> <a href="http://calm.nokiadatagathering.net/ndgFlex/swf/main.html"> clicking here.</a> pt_br