update 1910021012
This commit is contained in:
BIN
app-new/# go to git 'app-new'.lnk
Normal file
BIN
app-new/# go to git 'app-new'.lnk
Normal file
Binary file not shown.
4
app-new/functions-min.js
vendored
Normal file
4
app-new/functions-min.js
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
$(document).ready(()=>{const ss=weeklySpreadsheets;var list='',uno='<th>CAROLINA LOGISTIC  <span>70830515178332</span></th>',dos='<th>CAROLINA TRANSPORTATION  <span>70830515178290</span></th>',tres='<th>DELTA EXPRESS  <span>70830515177576</span></th>',keys=Object.keys(monthlySpreadsheets);for(var i=2;i<9;i++){if(!ss.length||i==ss.length)break;list+='<li><a class="h" target="_blank" href="';list+='https://docs.google.com/spreadsheets/d/'+ss[i].key;list+='/edit#gid=1250765514">'+ss[i].setTitle()+'</a></li>'}
|
||||||
|
list=list.concat('<li><a class="h" target="_blank" '+'title="Open Google Drive folder'+String.fromCharCode(10)+'containing all weeks'+String.fromCharCode(10)+'starting Dec 10, 2017" '+' href="https://drive.google.com/drive/folders/1MfNPealueJQJKTeV_J9iu9vCQr6qGPn1">'+'<span>... Entire History</span></a></li>');uno=extend(uno,'CL','Carolina Logistic, Inc');dos=extend(dos,'CT','Carolina Transportation, Inc');tres=extend(tres,'DE','Delta Express, Inc');$('#tH').html(ss[0].setTitle());$('#tC').html(ss[0].createAnchor('expense'));$('#tL').html(ss[0].createAnchor('payroll'));$('#bH').html(ss[1].setTitle());$('#bC').html(ss[1].createAnchor('expense'));$('#bL').html(ss[1].createAnchor('payroll'));$('#hist').html(list);$('#uno').html(uno);$('#dos').html(dos);$('#tres').html(tres);$('#repD').html(createRepD());function extend(row,key,title){var obj1=monthlySpreadsheets[keys[1]],obj2=monthlySpreadsheets[keys[0]],mon1=keys[1].split('-')[1],mon2=keys[0].split('-')[1],now=new Date,date=new Date(mon2+' 1, '+keys[1].split('-')[0]),active=now>=date,user1='<span>Helen</span>',user2='<span>Joyce</span>';const dropCardAnchor=(cardArr,mon,shouldUseActive)=>{if(cardArr[0]){let anchorHtml='<a class="h" target="_blank" title="'+title+'" href="https://docs.google.com/spreadsheets/d/'+cardArr[0];row+='<em>'+anchorHtml+'/edit#gid=686342087">';row+=(((shouldUseActive)?active:!0)&&cardArr[1])?mon+'</a>':'</a>'+mon;row+='</em> ';row+=anchorHtml+'/edit#gid=1995296890">';row+=(((shouldUseActive)?active:!0)&&cardArr[2])?user1+'</a>':'</a>'+user1;row+=' ';row+=anchorHtml+'/edit#gid=2117669368">';row+=(((shouldUseActive)?active:!0)&&cardArr[3])?user2+'</a>':'</a>'+user2}};const dropMcAnchor=(mcArr,mon,shouldUseActive)=>{if(mcArr[0]){row+='<a class="h" target="_blank" title="'+title;row+='" href="https://docs.google.com/spreadsheets/d/'+mcArr[0];row+='/edit#gid=1165085359">';row+=(((shouldUseActive)?active:!0)&&mcArr[1])?mon+'</a>':'</a>'+mon}}
|
||||||
|
row+='<td>';dropCardAnchor(obj1.cards[key],mon1);row+='</td>';row+='<td>';dropCardAnchor(obj2.cards[key],mon2,!0);row+='</td>';row+='<td>';dropMcAnchor(obj1.money_codes[key],mon1);row+='</td>';row+='<td>';dropMcAnchor(obj2.money_codes[key],mon2,!0);row+='</td>';return row}
|
||||||
|
function createRepD(){var el='Reporting Drivers',mon1=keys[0].split('-')[1],mon2=keys[1].split('-')[1],now=new Date,date=new Date(mon1+' 1, '+keys[1].split('-')[0]),showNew=now>=date,id=(showNew)?monthlySpreadsheets[keys[0]].repTabId:monthlySpreadsheets[keys[1]].repTabId,mon='<span>'+((showNew)?mon1:mon2)+'<span>';if(id)el='<a class="h" target="_blank" href="https://docs.google.com/spreadsheets/d/'+'1b2g3BARa4ibqdqtTj5_IQoBSI8hp6A4R5A3bSbrfA58/edit?pli=1#gid='+id+'">'+el+' '+mon+'</a>';return el}})
|
||||||
@@ -1,126 +1,130 @@
|
|||||||
const ss = weeklySpreadsheets;
|
$(document).ready( () => {
|
||||||
var list = '',
|
|
||||||
uno = '<th>CAROLINA LOGISTIC  <span>70830515178332</span></th>',
|
const ss = weeklySpreadsheets;
|
||||||
dos = '<th>CAROLINA TRANSPORTATION  <span>70830515178290</span></th>',
|
var list = '',
|
||||||
tres = '<th>DELTA EXPRESS  <span>70830515177576</span></th>',
|
uno = '<th>CAROLINA LOGISTIC  <span>70830515178332</span></th>',
|
||||||
keys = Object.keys(monthlySpreadsheets);
|
dos = '<th>CAROLINA TRANSPORTATION  <span>70830515178290</span></th>',
|
||||||
|
tres = '<th>DELTA EXPRESS  <span>70830515177576</span></th>',
|
||||||
|
keys = Object.keys(monthlySpreadsheets);
|
||||||
|
|
||||||
|
|
||||||
for (var i = 2; i < 14; i++) {
|
for (var i = 2; i < 9; i++) {
|
||||||
|
|
||||||
if (!ss.length || i == ss.length) break;
|
if (!ss.length || i == ss.length) break;
|
||||||
|
|
||||||
list += '<li><a class="h" target="_blank" href="';
|
list += '<li><a class="h" target="_blank" href="';
|
||||||
list += 'https://docs.google.com/spreadsheets/d/' + ss[i].key;
|
list += 'https://docs.google.com/spreadsheets/d/' + ss[i].key;
|
||||||
list += '/edit#gid=1250765514">' + ss[i].setTitle() + '</a></li>'
|
list += '/edit#gid=1250765514">' + ss[i].setTitle() + '</a></li>'
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
list = list.concat(
|
|
||||||
'<li><a class="h" target="_blank" ' +
|
|
||||||
'title="Open Google Drive folder' + String.fromCharCode(10) +
|
|
||||||
'containing all weeks' + String.fromCharCode(10) +
|
|
||||||
'starting Dec 10, 2017" ' +
|
|
||||||
' href="https://drive.google.com/drive/folders/1MfNPealueJQJKTeV_J9iu9vCQr6qGPn1">' +
|
|
||||||
'<span>... Entire History</span></a></li>'
|
|
||||||
);
|
|
||||||
|
|
||||||
uno = extend(uno, 'CL', 'Carolina Logistic, Inc');
|
|
||||||
dos = extend(dos, 'CT', 'Carolina Transportation, Inc');
|
|
||||||
tres = extend(tres, 'DE', 'Delta Express, Inc');
|
|
||||||
|
|
||||||
|
|
||||||
document.getElementById('tH').innerHTML = ss[0].setTitle();
|
|
||||||
document.getElementById('tC').innerHTML = ss[0].createAnchor('expense');
|
|
||||||
document.getElementById('tL').innerHTML = ss[0].createAnchor('payroll');
|
|
||||||
|
|
||||||
document.getElementById('bH').innerHTML = ss[1].setTitle();
|
|
||||||
document.getElementById('bC').innerHTML = ss[1].createAnchor('expense');
|
|
||||||
document.getElementById('bL').innerHTML = ss[1].createAnchor('payroll');
|
|
||||||
|
|
||||||
document.getElementById('hist').innerHTML = list;
|
|
||||||
|
|
||||||
document.getElementById('uno').innerHTML = uno;
|
|
||||||
document.getElementById('dos').innerHTML = dos;
|
|
||||||
document.getElementById('tres').innerHTML = tres;
|
|
||||||
|
|
||||||
document.getElementById('repD').innerHTML = createRepD();
|
|
||||||
|
|
||||||
|
|
||||||
function extend(row, key, title) {
|
|
||||||
|
|
||||||
var obj1 = monthlySpreadsheets[keys[1]],
|
|
||||||
obj2 = monthlySpreadsheets[keys[0]],
|
|
||||||
mon1 = keys[1].split('-')[1],
|
|
||||||
mon2 = keys[0].split('-')[1],
|
|
||||||
now = new Date,
|
|
||||||
date = new Date(mon2 + ' 1, ' + keys[1].split('-')[0]),
|
|
||||||
active = now >= date,
|
|
||||||
user1 = '<span>Helen</span>',
|
|
||||||
user2 = '<span>Joyce</span>';
|
|
||||||
|
|
||||||
const dropCardAnchor = (cardArr, mon, shouldUseActive) => {
|
|
||||||
|
|
||||||
if (cardArr[0]) {
|
|
||||||
|
|
||||||
let anchorHtml = '<a class="h" target="_blank" title="' + title +
|
|
||||||
'" href="https://docs.google.com/spreadsheets/d/' + cardArr[0];
|
|
||||||
|
|
||||||
row += '<em>' + anchorHtml + '/edit#gid=686342087">';
|
|
||||||
row += (((shouldUseActive) ? active : true) && cardArr[1]) ? mon + '</a>' : '</a>' + mon;
|
|
||||||
row += '</em> ';
|
|
||||||
|
|
||||||
row += anchorHtml + '/edit#gid=1995296890">';
|
|
||||||
row += (((shouldUseActive) ? active : true) && cardArr[2]) ? user1 + '</a>' : '</a>' + user1;
|
|
||||||
|
|
||||||
row += ' ';
|
|
||||||
|
|
||||||
row += anchorHtml + '/edit#gid=2117669368">';
|
|
||||||
row += (((shouldUseActive) ? active : true) && cardArr[3]) ? user2 + '</a>' : '</a>' + user2;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
const dropMcAnchor = (mcArr, mon, shouldUseActive) => {
|
|
||||||
|
|
||||||
if (mcArr[0]) {
|
|
||||||
|
|
||||||
row += '<a class="h" target="_blank" title="' + title;
|
|
||||||
row += '" href="https://docs.google.com/spreadsheets/d/' + mcArr[0];
|
|
||||||
row += '/edit#gid=1165085359">';
|
|
||||||
|
|
||||||
row += (((shouldUseActive) ? active : true) && mcArr[1]) ? mon + '</a>' : '</a>' + mon;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
row += '<td>'; dropCardAnchor(obj1.cards[key], mon1); row += '</td>';
|
list = list.concat(
|
||||||
row += '<td>'; dropCardAnchor(obj2.cards[key], mon2, true); row += '</td>';
|
'<li><a class="h" target="_blank" ' +
|
||||||
|
'title="Open Google Drive folder' + String.fromCharCode(10) +
|
||||||
|
'containing all weeks' + String.fromCharCode(10) +
|
||||||
|
'starting Dec 10, 2017" ' +
|
||||||
|
' href="https://drive.google.com/drive/folders/1MfNPealueJQJKTeV_J9iu9vCQr6qGPn1">' +
|
||||||
|
'<span>... Entire History</span></a></li>'
|
||||||
|
);
|
||||||
|
|
||||||
row += '<td>'; dropMcAnchor(obj1.money_codes[key], mon1); row += '</td>';
|
uno = extend(uno, 'CL', 'Carolina Logistic, Inc');
|
||||||
row += '<td>'; dropMcAnchor(obj2.money_codes[key], mon2, true); row += '</td>';
|
dos = extend(dos, 'CT', 'Carolina Transportation, Inc');
|
||||||
|
tres = extend(tres, 'DE', 'Delta Express, Inc');
|
||||||
|
|
||||||
return row;
|
|
||||||
|
|
||||||
}
|
$('#tH').html(ss[0].setTitle());
|
||||||
|
$('#tC').html(ss[0].createAnchor('expense'));
|
||||||
|
$('#tL').html(ss[0].createAnchor('payroll'));
|
||||||
|
|
||||||
function createRepD() {
|
$('#bH').html(ss[1].setTitle());
|
||||||
|
$('#bC').html(ss[1].createAnchor('expense'));
|
||||||
|
$('#bL').html(ss[1].createAnchor('payroll'));
|
||||||
|
|
||||||
var el = 'Reporting Drivers',
|
$('#hist').html(list);
|
||||||
mon1 = keys[0].split('-')[1],
|
|
||||||
mon2 = keys[1].split('-')[1],
|
|
||||||
now = new Date,
|
|
||||||
date = new Date(mon1 + ' 1, ' + keys[1].split('-')[0]),
|
|
||||||
showNew = now >= date,
|
|
||||||
id = (showNew) ? monthlySpreadsheets[keys[0]].repTabId : monthlySpreadsheets[keys[1]].repTabId,
|
|
||||||
mon = '<span>' + ((showNew) ? mon1 : mon2) + '<span>';
|
|
||||||
|
|
||||||
if (id) el = '<a class="h" target="_blank" href="https://docs.google.com/spreadsheets/d/' +
|
$('#uno').html(uno);
|
||||||
'1b2g3BARa4ibqdqtTj5_IQoBSI8hp6A4R5A3bSbrfA58/edit?pli=1#gid=' + id + '">' +
|
$('#dos').html(dos);
|
||||||
el + ' ' + mon + '</a>';
|
$('#tres').html(tres);
|
||||||
|
|
||||||
return el;
|
$('#repD').html(createRepD());
|
||||||
|
|
||||||
}
|
|
||||||
|
function extend(row, key, title) {
|
||||||
|
|
||||||
|
var obj1 = monthlySpreadsheets[keys[1]],
|
||||||
|
obj2 = monthlySpreadsheets[keys[0]],
|
||||||
|
mon1 = keys[1].split('-')[1],
|
||||||
|
mon2 = keys[0].split('-')[1],
|
||||||
|
now = new Date,
|
||||||
|
date = new Date(mon2 + ' 1, ' + keys[1].split('-')[0]),
|
||||||
|
active = now >= date,
|
||||||
|
user1 = '<span>Helen</span>',
|
||||||
|
user2 = '<span>Joyce</span>';
|
||||||
|
|
||||||
|
const dropCardAnchor = (cardArr, mon, shouldUseActive) => {
|
||||||
|
|
||||||
|
if (cardArr[0]) {
|
||||||
|
|
||||||
|
let anchorHtml = '<a class="h" target="_blank" title="' + title +
|
||||||
|
'" href="https://docs.google.com/spreadsheets/d/' + cardArr[0];
|
||||||
|
|
||||||
|
row += '<em>' + anchorHtml + '/edit#gid=686342087">';
|
||||||
|
row += (((shouldUseActive) ? active : true) && cardArr[1]) ? mon + '</a>' : '</a>' + mon;
|
||||||
|
row += '</em> ';
|
||||||
|
|
||||||
|
row += anchorHtml + '/edit#gid=1995296890">';
|
||||||
|
row += (((shouldUseActive) ? active : true) && cardArr[2]) ? user1 + '</a>' : '</a>' + user1;
|
||||||
|
|
||||||
|
row += ' ';
|
||||||
|
|
||||||
|
row += anchorHtml + '/edit#gid=2117669368">';
|
||||||
|
row += (((shouldUseActive) ? active : true) && cardArr[3]) ? user2 + '</a>' : '</a>' + user2;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
const dropMcAnchor = (mcArr, mon, shouldUseActive) => {
|
||||||
|
|
||||||
|
if (mcArr[0]) {
|
||||||
|
|
||||||
|
row += '<a class="h" target="_blank" title="' + title;
|
||||||
|
row += '" href="https://docs.google.com/spreadsheets/d/' + mcArr[0];
|
||||||
|
row += '/edit#gid=1165085359">';
|
||||||
|
|
||||||
|
row += (((shouldUseActive) ? active : true) && mcArr[1]) ? mon + '</a>' : '</a>' + mon;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
row += '<td>'; dropCardAnchor(obj1.cards[key], mon1); row += '</td>';
|
||||||
|
row += '<td>'; dropCardAnchor(obj2.cards[key], mon2, true); row += '</td>';
|
||||||
|
|
||||||
|
row += '<td>'; dropMcAnchor(obj1.money_codes[key], mon1); row += '</td>';
|
||||||
|
row += '<td>'; dropMcAnchor(obj2.money_codes[key], mon2, true); row += '</td>';
|
||||||
|
|
||||||
|
return row;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
function createRepD() {
|
||||||
|
|
||||||
|
var el = 'Reporting Drivers',
|
||||||
|
mon1 = keys[0].split('-')[1],
|
||||||
|
mon2 = keys[1].split('-')[1],
|
||||||
|
now = new Date,
|
||||||
|
date = new Date(mon1 + ' 1, ' + keys[1].split('-')[0]),
|
||||||
|
showNew = now >= date,
|
||||||
|
id = (showNew) ? monthlySpreadsheets[keys[0]].repTabId : monthlySpreadsheets[keys[1]].repTabId,
|
||||||
|
mon = '<span>' + ((showNew) ? mon1 : mon2) + '<span>';
|
||||||
|
|
||||||
|
if (id) el = '<a class="h" target="_blank" href="https://docs.google.com/spreadsheets/d/' +
|
||||||
|
'1b2g3BARa4ibqdqtTj5_IQoBSI8hp6A4R5A3bSbrfA58/edit?pli=1#gid=' + id + '">' +
|
||||||
|
el + ' ' + mon + '</a>';
|
||||||
|
|
||||||
|
return el;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
});
|
||||||
|
|||||||
4
app-new/mc-owners-func-min.js
vendored
Normal file
4
app-new/mc-owners-func-min.js
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
$(document).ready(()=>{const companies=getCompanies();const pad='style="padding: 12px 54px;">',hPad='<th '+pad,dPad='<td '+pad;let table='<tr id="hdr">'+hPad+'Company</th>'+hPad+'Period 1</th>'+hPad+'Period 2</th></tr>';let compKeys=Object.keys(companies),mKeys=Object.keys(monthlySpreadsheets),lastPeriod=mKeys[0],lastMonth=lastPeriod.split('-')[1],lastYear=lastPeriod.split('-')[0],active=new Date>=new Date(lastMonth+' 1, '+lastYear),period1=monthlySpreadsheets[mKeys[1]],period2=monthlySpreadsheets[lastPeriod];for(let i=0;i<compKeys.length;i++){let sideHeader=hPad+companies[compKeys[i]]+'</th>',data1=period1[compKeys[i]],data2=period2[compKeys[i]];let anchor1='<td></td>',anchor2='<td></td>';let title=sideHeader.split('>')[1].split('<')[0].trim();if(data1&&data1[0]){let monYr=mKeys[1].split('-')[1]+' '+mKeys[1].split('-')[0];anchor1=dPad+'<a class="h" target="_blank" href="https://docs.google.com/spreadsheets/d/';anchor1+=data1[0]+'/edit#gid=1165085359" title="'+title+'">';anchor1+=(data1[1])?monYr+'</a>':'</a>'+monYr;anchor1+='</td>'}
|
||||||
|
if(data2&&data2[0]){let monYr=lastMonth+' '+lastYear;anchor2=dPad+'<a class="h" target="_blank" href="https://docs.google.com/spreadsheets/d/';anchor2+=data2[0]+'/edit#gid=1165085359" title="'+title+'">';anchor2+=(data2[1]&&active)?monYr+'</a>':'</a>'+monYr;anchor2+='</td>'}
|
||||||
|
if(anchor1=='<td></td>'&&anchor2=='<td></td>')sideHeader=sideHeader.replace('<th ','<th class="redundant" ');table+='<tr>'+sideHeader+anchor1+anchor2+'</tr>'}
|
||||||
|
$('#omcMon').html(table)})
|
||||||
@@ -1,65 +1,58 @@
|
|||||||
const companies = {
|
$(document).ready( () => {
|
||||||
|
|
||||||
'CLs': 'CAROLINA LOGISTICS, Inc <span>70830516181943</span>',
|
const companies = getCompanies();
|
||||||
'DE': 'DELTA EXPRESS, Inc <span>70830515177576</span>',
|
|
||||||
'DL': 'DELTA LOGISTICS, Inc <span>70830517302592</span>',
|
|
||||||
'OT': 'ONTRACK TRANSPORTATION, Inc <span>70830517305886</span>',
|
|
||||||
'PT': 'PRECISE TRANSPORTATION, Inc <span>70830517302433</span>',
|
|
||||||
|
|
||||||
'DES': 'DELTA EXPRESS SERVICES, Inc <span></span>',
|
const pad = 'style="padding: 12px 54px;">',
|
||||||
'RT': 'RAINIER TRANSPORTATION, Inc <span>70830517307425</span>',
|
hPad = '<th ' + pad, dPad = '<td ' + pad;
|
||||||
|
let table = '<tr id="hdr">' + hPad + 'Company</th>' + hPad + 'Period 1</th>' + hPad + 'Period 2</th></tr>';
|
||||||
|
|
||||||
};
|
let compKeys = Object.keys(companies),
|
||||||
|
mKeys = Object.keys(monthlySpreadsheets),
|
||||||
|
lastPeriod = mKeys[0],
|
||||||
|
lastMonth = lastPeriod.split('-')[1],
|
||||||
|
lastYear = lastPeriod.split('-')[0],
|
||||||
|
active = new Date >= new Date(lastMonth + ' 1, ' + lastYear),
|
||||||
|
period1 = monthlySpreadsheets[mKeys[1]],
|
||||||
|
period2 = monthlySpreadsheets[lastPeriod];
|
||||||
|
|
||||||
const pad = 'style="padding: 12px 54px;">',
|
for (let i = 0; i < compKeys.length; i++) {
|
||||||
hPad = '<th ' + pad, dPad = '<td ' + pad;
|
|
||||||
let table = '<tr id="hdr">' + hPad + 'Company</th>' + hPad + 'Period 1</th>' + hPad + 'Period 2</th></tr>';
|
|
||||||
|
|
||||||
let compKeys = Object.keys(companies),
|
let sideHeader = hPad + companies[compKeys[i]] + '</th>',
|
||||||
mKeys = Object.keys(monthlySpreadsheets),
|
data1 = period1[compKeys[i]],
|
||||||
lastPeriod = mKeys[0],
|
data2 = period2[compKeys[i]];
|
||||||
lastMonth = lastPeriod.split('-')[1],
|
|
||||||
lastYear = lastPeriod.split('-')[0],
|
|
||||||
active = new Date >= new Date(lastMonth + ' 1, ' + lastYear),
|
|
||||||
period1 = monthlySpreadsheets[mKeys[1]],
|
|
||||||
period2 = monthlySpreadsheets[lastPeriod];
|
|
||||||
|
|
||||||
for (let i = 0; i < compKeys.length; i++) {
|
let anchor1 = '<td></td>', anchor2 = '<td></td>';
|
||||||
|
|
||||||
let sideHeader = hPad + companies[compKeys[i]] + '</th>',
|
let title = sideHeader.split('>')[1].split('<')[0].trim();
|
||||||
data1 = period1[compKeys[i]],
|
|
||||||
data2 = period2[compKeys[i]];
|
|
||||||
|
|
||||||
let anchor1 = '<td></td>', anchor2 = '<td></td>';
|
if (data1 && data1[0]) {
|
||||||
|
|
||||||
let title = sideHeader.split('>')[1].split('<')[0].trim();
|
let monYr = mKeys[1].split('-')[1] + ' ' + mKeys[1].split('-')[0];
|
||||||
|
|
||||||
if (data1 && data1[0]) {
|
anchor1 = dPad + '<a class="h" target="_blank" href="https://docs.google.com/spreadsheets/d/';
|
||||||
|
anchor1 += data1[0] + '/edit#gid=1165085359" title="' + title + '">';
|
||||||
|
anchor1 += (data1[1]) ? monYr + '</a>' : '</a>' + monYr;
|
||||||
|
anchor1 += '</td>';
|
||||||
|
|
||||||
let monYr = mKeys[1].split('-')[1] + ' ' + mKeys[1].split('-')[0];
|
}
|
||||||
|
|
||||||
anchor1 = dPad + '<a class="h" target="_blank" href="https://docs.google.com/spreadsheets/d/';
|
if (data2 && data2[0]) {
|
||||||
anchor1 += data1[0] + '/edit#gid=1165085359" title="' + title + '">';
|
|
||||||
anchor1 += (data1[1]) ? monYr + '</a>' : '</a>' + monYr;
|
let monYr = lastMonth + ' ' + lastYear;
|
||||||
anchor1 += '</td>';
|
|
||||||
|
anchor2 = dPad + '<a class="h" target="_blank" href="https://docs.google.com/spreadsheets/d/';
|
||||||
|
anchor2 += data2[0] + '/edit#gid=1165085359" title="' + title + '">';
|
||||||
|
anchor2 += (data2[1] && active) ? monYr + '</a>' : '</a>' + monYr;
|
||||||
|
anchor2 += '</td>';
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
if (anchor1 == '<td></td>' && anchor2 == '<td></td>') sideHeader = sideHeader.replace('<th ', '<th class="redundant" ');
|
||||||
|
|
||||||
|
table += '<tr>' + sideHeader + anchor1 + anchor2 + '</tr>'
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (data2 && data2[0]) {
|
$('#omcMon').html(table);
|
||||||
|
|
||||||
let monYr = lastMonth + ' ' + lastYear;
|
});
|
||||||
|
|
||||||
anchor2 = dPad + '<a class="h" target="_blank" href="https://docs.google.com/spreadsheets/d/';
|
|
||||||
anchor2 += data2[0] + '/edit#gid=1165085359" title="' + title + '">';
|
|
||||||
anchor2 += (data2[1] && active) ? monYr + '</a>' : '</a>' + monYr;
|
|
||||||
anchor2 += '</td>';
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
if (anchor1 == '<td></td>' && anchor2 == '<td></td>') sideHeader = sideHeader.replace('<th ', '<th class="redundant" ');
|
|
||||||
|
|
||||||
table += '<tr>' + sideHeader + anchor1 + anchor2 + '</tr>'
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
document.getElementById('omcMon').innerHTML = table;
|
|
||||||
|
|||||||
@@ -55,3 +55,25 @@ const monthlySpreadsheets = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
const getCompanies = () => {
|
||||||
|
|
||||||
|
return {
|
||||||
|
|
||||||
|
'CLs': 'CAROLINA LOGISTICS, Inc <span>70830516181943</span>',
|
||||||
|
'DE': 'DELTA EXPRESS, Inc <span>70830515177576</span>',
|
||||||
|
'DL': 'DELTA LOGISTICS, Inc <span>70830517302592</span>',
|
||||||
|
'OT': 'ONTRACK TRANSPORTATION, Inc <span>70830517305886</span>',
|
||||||
|
'PT': 'PRECISE TRANSPORTATION, Inc <span>70830517302433</span>',
|
||||||
|
|
||||||
|
'DES': 'DELTA EXPRESS SERVICES, Inc <span></span>',
|
||||||
|
'RT': 'RAINIER TRANSPORTATION, Inc <span>70830517307425</span>',
|
||||||
|
|
||||||
|
// 'AE': 'ALPHA EXPRESS, Inc <span></span>',
|
||||||
|
// 'HH': 'HUGO HUNTER, Inc <span></span>',
|
||||||
|
// 'CDT': 'CAROLINA DUMP TRUCKING, Inc <span></span>',
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
};
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ const date_time = id => {
|
|||||||
year + '   ' + h + ':' + m + ':' + s +
|
year + '   ' + h + ':' + m + ':' + s +
|
||||||
'<span style="font-style: oblique;">US Eastern Standard Time</span>';
|
'<span style="font-style: oblique;">US Eastern Standard Time</span>';
|
||||||
|
|
||||||
document.getElementById(id).innerHTML = result;
|
$(`#${id}`).html(result);
|
||||||
|
|
||||||
setTimeout('date_time("' + id + '");', 1000);
|
setTimeout('date_time("' + id + '");', 1000);
|
||||||
|
|
||||||
|
|||||||
242
js/misc.js
242
js/misc.js
@@ -1,123 +1,127 @@
|
|||||||
const shortcuts =
|
$( () => {
|
||||||
`<legend>Shortcuts</legend>
|
|
||||||
<table class="shcuts1">
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
<a class="h" target="_blank"
|
|
||||||
href="https://drive.google.com/drive/folders/1HLWwjjp85TrvblKI65Z0PkI8ze4cSWMW">
|
|
||||||
+ Add WORKSHEET</a>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a class="h" target="_blank"
|
|
||||||
href="https://drive.google.com/drive/u/0/folders/0BxIwWlTHHQp7fjF4VVpZZzNhUzJsMk9XZlQxN09DRkhVZVcwcnFUUGJkN0VKRWJhNUh1V0U">
|
|
||||||
Scans</a>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a class="h" target="_blank"
|
|
||||||
href="https://drive.google.com/drive/u/0/folders/0BxIwWlTHHQp7fmJYa21WcTMxUDBxakZtXzl3N0o5SGpvUlRxWFVrZmZXblVhdFl6NW42R2c">
|
|
||||||
Expense</a>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a class="h" target="_blank"
|
|
||||||
href="https://docs.google.com/spreadsheets/d/1vInI27Gj3mI0dz--03pbZt4TtuGdF_DZPNPVR5Vc3jM/edit#gid=0">
|
|
||||||
Document Submission</a>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a class="h" target="_blank"
|
|
||||||
href="https://docs.google.com/spreadsheets/d/1wODl9QHnhej3ySdV110MpQvL0tNIr9IQbLqlDXOvTkM/edit#gid=0">
|
|
||||||
Payroll List</a>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a class="h" target="_blank"
|
|
||||||
href="https://docs.google.com/spreadsheets/d/1OxJYhP2azeOHKGmkaNLxv2IuBjLoAZbTncOJsliwdzc/edit#gid=1592335978">
|
|
||||||
Students</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<table class="shcuts2">
|
|
||||||
<tr>
|
|
||||||
<td id='repD'></td>
|
|
||||||
<td>
|
|
||||||
<a class="h" target="_blank"
|
|
||||||
href="https://docs.google.com/spreadsheets/d/1QOqM8xouEbOFxn_Ktenx_LGB2AzBEnfFrxOisSKzSkg/edit?ts=567805bc#gid=0">
|
|
||||||
Truck/Trailer Breakdown</a>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a class="h" target="_blank"
|
|
||||||
href="https://docs.google.com/spreadsheets/d/1SgC9L_M-5FNgvXV5hQJJQ4AggehmPo9ipB5Z1aHK_V0/edit?ts=5a4beef8#gid=0">
|
|
||||||
DEF Tracker</a>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a class="h" target="_blank"
|
|
||||||
href="https://docs.google.com/spreadsheets/d/1FsrNZ2zATp2nF8ctbkhOf8fUllA4-C8370-UkNnRrm0/edit?pli=1#gid=0">
|
|
||||||
Rate List</a>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a class="h" target="_blank"
|
|
||||||
href="https://docs.google.com/spreadsheets/d/1XIJ5TR1zuEODW8CRWTSd2QNNlyYexa5OwGLoVvnMmnk/edit#gid=1229815017">
|
|
||||||
Towing</a>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a class="h" target="_blank"
|
|
||||||
href="https://docs.google.com/spreadsheets/u/1/d/1jegJ8tzV45X7U0jAdHurdhE8rWrO8891h23fB-x1NLw/htmlview?sle=true#">
|
|
||||||
Phone List</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>`;
|
|
||||||
|
|
||||||
const additional =
|
const shortcuts =
|
||||||
`<legend>Additional Tools (West Coast Only)</legend>
|
`<legend>Shortcuts</legend>
|
||||||
<table class="tools">
|
<table class="shcuts1">
|
||||||
<tr>
|
<tr>
|
||||||
<td><a class="h" target="_blank"
|
<td>
|
||||||
href="https://docs.google.com/spreadsheets/d/1AoyXGtUIOiGq9siawF-WnBP4XgVgur-wWRgyilM0j2A/edit?ts=5a673d3b#gid=1558692306">
|
<a class="h" target="_blank"
|
||||||
Detention Board</a></td>
|
href="https://drive.google.com/drive/folders/1HLWwjjp85TrvblKI65Z0PkI8ze4cSWMW">
|
||||||
<td><a class="h" target="_blank"
|
+ Add WORKSHEET</a>
|
||||||
href="https://docs.google.com/spreadsheets/d/173n-J5qtZKtqg4MHOZ3oUFgJo9ZmVzjFs2Zxn8Nbdug/edit?ts=5a673d8d#gid=90">
|
</td>
|
||||||
West Coast Board</a></td>
|
<td>
|
||||||
<td><a class="h" target="_blank"
|
<a class="h" target="_blank"
|
||||||
href="https://docs.google.com/spreadsheets/d/1y82rNeg66Hh9DIduNXj0fTeIErlJn7B0Xe4-s59RHq4/edit?ts=5a673d99#gid=1275085378">
|
href="https://drive.google.com/drive/u/0/folders/0BxIwWlTHHQp7fjF4VVpZZzNhUzJsMk9XZlQxN09DRkhVZVcwcnFUUGJkN0VKRWJhNUh1V0U">
|
||||||
West Coast AVG Rates</a></td>
|
Scans</a>
|
||||||
</tr>
|
</td>
|
||||||
</table>`;
|
<td>
|
||||||
|
<a class="h" target="_blank"
|
||||||
|
href="https://drive.google.com/drive/u/0/folders/0BxIwWlTHHQp7fmJYa21WcTMxUDBxakZtXzl3N0o5SGpvUlRxWFVrZmZXblVhdFl6NW42R2c">
|
||||||
|
Expense</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a class="h" target="_blank"
|
||||||
|
href="https://docs.google.com/spreadsheets/d/1vInI27Gj3mI0dz--03pbZt4TtuGdF_DZPNPVR5Vc3jM/edit#gid=0">
|
||||||
|
Document Submission</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a class="h" target="_blank"
|
||||||
|
href="https://docs.google.com/spreadsheets/d/1wODl9QHnhej3ySdV110MpQvL0tNIr9IQbLqlDXOvTkM/edit#gid=0">
|
||||||
|
Payroll List</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a class="h" target="_blank"
|
||||||
|
href="https://docs.google.com/spreadsheets/d/1OxJYhP2azeOHKGmkaNLxv2IuBjLoAZbTncOJsliwdzc/edit#gid=1592335978">
|
||||||
|
Students</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<table class="shcuts2">
|
||||||
|
<tr>
|
||||||
|
<td id='repD'></td>
|
||||||
|
<td>
|
||||||
|
<a class="h" target="_blank"
|
||||||
|
href="https://docs.google.com/spreadsheets/d/1QOqM8xouEbOFxn_Ktenx_LGB2AzBEnfFrxOisSKzSkg/edit?ts=567805bc#gid=0">
|
||||||
|
Truck/Trailer Breakdown</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a class="h" target="_blank"
|
||||||
|
href="https://docs.google.com/spreadsheets/d/1SgC9L_M-5FNgvXV5hQJJQ4AggehmPo9ipB5Z1aHK_V0/edit?ts=5a4beef8#gid=0">
|
||||||
|
DEF Tracker</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a class="h" target="_blank"
|
||||||
|
href="https://docs.google.com/spreadsheets/d/1FsrNZ2zATp2nF8ctbkhOf8fUllA4-C8370-UkNnRrm0/edit?pli=1#gid=0">
|
||||||
|
Rate List</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a class="h" target="_blank"
|
||||||
|
href="https://docs.google.com/spreadsheets/d/1XIJ5TR1zuEODW8CRWTSd2QNNlyYexa5OwGLoVvnMmnk/edit#gid=1229815017">
|
||||||
|
Towing</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a class="h" target="_blank"
|
||||||
|
href="https://docs.google.com/spreadsheets/u/1/d/1jegJ8tzV45X7U0jAdHurdhE8rWrO8891h23fB-x1NLw/htmlview?sle=true#">
|
||||||
|
Phone List</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>`;
|
||||||
|
|
||||||
const shortcuts2 =
|
const additional =
|
||||||
`<legend>Shortcuts</legend>
|
`<legend>Additional Tools (West Coast Only)</legend>
|
||||||
<table class="shcuts1">
|
<table class="tools">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td><a class="h" target="_blank"
|
||||||
<a class="h" target="_blank"
|
href="https://docs.google.com/spreadsheets/d/1AoyXGtUIOiGq9siawF-WnBP4XgVgur-wWRgyilM0j2A/edit?ts=5a673d3b#gid=1558692306">
|
||||||
href="https://docs.google.com/spreadsheets/u/1/d/1jegJ8tzV45X7U0jAdHurdhE8rWrO8891h23fB-x1NLw/htmlview?sle=true#">
|
Detention Board</a></td>
|
||||||
Phone List</a>
|
<td><a class="h" target="_blank"
|
||||||
</td>
|
href="https://docs.google.com/spreadsheets/d/173n-J5qtZKtqg4MHOZ3oUFgJo9ZmVzjFs2Zxn8Nbdug/edit?ts=5a673d8d#gid=90">
|
||||||
<td>
|
West Coast Board</a></td>
|
||||||
<a class="h" target="_blank"
|
<td><a class="h" target="_blank"
|
||||||
href="https://docs.google.com/spreadsheets/d/19koCtNrSbUujxfcZfqA5ZCHCvkPCvgw7-lUaK0gBQNU/edit?ts=5a79d31c#gid=0">
|
href="https://docs.google.com/spreadsheets/d/1y82rNeg66Hh9DIduNXj0fTeIErlJn7B0Xe4-s59RHq4/edit?ts=5a673d99#gid=1275085378">
|
||||||
Global Board 1</a>
|
West Coast AVG Rates</a></td>
|
||||||
</td>
|
</tr>
|
||||||
<td>
|
</table>`;
|
||||||
<a class="h" target="_blank"
|
|
||||||
href="https://docs.google.com/spreadsheets/d/1lWaqBNQXaqhoQXOUGn2mjFpzjqm7B1JHjuSzGOcJgSg/edit?ts=5a79d2fd#gid=0">
|
|
||||||
Global Board 2</a>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a class="h" target="_blank"
|
|
||||||
href="https://docs.google.com/spreadsheets/d/1vWEz3xsbWCoVAF44S9rTAZXMQKRfAi7A49c-QFxJA1g/edit?ts=5a79e18d#gid=0">
|
|
||||||
Global Board 3</a>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<a class="h" target="_blank"
|
|
||||||
href="https://docs.google.com/spreadsheets/d/1C1cEGyX7NKElc7IM1lhGZlw2W6dKH92uy5yElLKj6Vs/edit#gid=814976157">
|
|
||||||
Money Codes <span>CL/CT</span></a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>`;
|
|
||||||
|
|
||||||
setInnerHtml('shortcuts', shortcuts);
|
const shortcuts2 =
|
||||||
setInnerHtml('additional', additional);
|
`<legend>Shortcuts</legend>
|
||||||
setInnerHtml('shortcuts2', shortcuts2);
|
<table class="shcuts1">
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<a class="h" target="_blank"
|
||||||
|
href="https://docs.google.com/spreadsheets/u/1/d/1jegJ8tzV45X7U0jAdHurdhE8rWrO8891h23fB-x1NLw/htmlview?sle=true#">
|
||||||
|
Phone List</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a class="h" target="_blank"
|
||||||
|
href="https://docs.google.com/spreadsheets/d/19koCtNrSbUujxfcZfqA5ZCHCvkPCvgw7-lUaK0gBQNU/edit?ts=5a79d31c#gid=0">
|
||||||
|
Global Board 1</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a class="h" target="_blank"
|
||||||
|
href="https://docs.google.com/spreadsheets/d/1lWaqBNQXaqhoQXOUGn2mjFpzjqm7B1JHjuSzGOcJgSg/edit?ts=5a79d2fd#gid=0">
|
||||||
|
Global Board 2</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a class="h" target="_blank"
|
||||||
|
href="https://docs.google.com/spreadsheets/d/1vWEz3xsbWCoVAF44S9rTAZXMQKRfAi7A49c-QFxJA1g/edit?ts=5a79e18d#gid=0">
|
||||||
|
Global Board 3</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a class="h" target="_blank"
|
||||||
|
href="https://docs.google.com/spreadsheets/d/1C1cEGyX7NKElc7IM1lhGZlw2W6dKH92uy5yElLKj6Vs/edit#gid=814976157">
|
||||||
|
Money Codes <span>CL/CT</span></a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>`;
|
||||||
|
|
||||||
function setInnerHtml(id, content) {
|
setInnerHtml('shortcuts', shortcuts);
|
||||||
var el = document.getElementById(id);
|
setInnerHtml('additional', additional);
|
||||||
if (el) el.innerHTML = content;
|
setInnerHtml('shortcuts2', shortcuts2);
|
||||||
}
|
|
||||||
|
function setInnerHtml(id, content) {
|
||||||
|
var $el = $(`#${id}`);
|
||||||
|
if ($el) $el.html(content);
|
||||||
|
}
|
||||||
|
|
||||||
|
});
|
||||||
|
|||||||
472
js/nav.js
472
js/nav.js
@@ -1,223 +1,249 @@
|
|||||||
document.getElementById('top').innerHTML =
|
$( () => {
|
||||||
`<ul class="sub1">
|
|
||||||
<li><a target="_blank" class="bl h"
|
const efs = `<li><a target="_blank" class="bl h"
|
||||||
href="https://www.tch.com/security/logon.jsp">
|
href="https://www.tch.com/security/logon.jsp">
|
||||||
EFS</a>
|
EFS</a>
|
||||||
</li>
|
</li>`,
|
||||||
<li><a target="_blank" class="h"
|
|
||||||
href="https://www.dropbox.com/home">
|
dropbox = `<li><a target="_blank" class="h"
|
||||||
Dropbox</a>
|
href="https://www.dropbox.com/home">
|
||||||
</li>
|
Dropbox</a>
|
||||||
<li><a target="_blank" class="h"
|
</li>`,
|
||||||
href="https://drive.google.com/drive/my-drive">
|
|
||||||
G-Drive</a>
|
drive = `<li><a target="_blank" class="h"
|
||||||
</li>
|
href="https://drive.google.com/drive/my-drive">
|
||||||
<li><a target="_blank" class="h"
|
G-Drive</a>
|
||||||
href="https://mail.google.com/mail/u/0/#inbox">
|
</li>`,
|
||||||
Gmail <em>Prim</em></a>
|
|
||||||
<ul class="sub2">
|
mail = `<li><a target="_blank" class="h"
|
||||||
<li><a target="_blank" class="bl h"
|
href="https://mail.google.com/mail/u/0/#inbox">
|
||||||
href="https://mail.google.com/mail/u/1/#inbox">
|
Gmail <em>Prim</em></a>
|
||||||
Gmail <em>Sec</em></a></li>
|
<ul class="sub2">
|
||||||
<li><a target="_blank" class="bl h"
|
<li><a target="_blank" class="bl h"
|
||||||
href="https://mail.google.com/mail/u/2/#inbox">
|
href="https://mail.google.com/mail/u/1/#inbox">
|
||||||
Gmail <em>Ter</em></a></li>
|
Gmail <em>Sec</em></a></li>
|
||||||
</ul>
|
<li><a target="_blank" class="bl h"
|
||||||
</li>
|
href="https://mail.google.com/mail/u/2/#inbox">
|
||||||
<li><a target="_blank" class="h"
|
Gmail <em>Ter</em></a></li>
|
||||||
href="https://hangouts.google.com/">
|
</ul>
|
||||||
Hangouts <em>Prim</em></a>
|
</li>`,
|
||||||
<ul class="sub2">
|
|
||||||
<li><a target="_blank" class="bl h"
|
hangouts = `<li><a target="_blank" class="h"
|
||||||
href="https://hangouts.google.com/?authuser=1">
|
href="https://hangouts.google.com/">
|
||||||
Hangouts <em>Sec</em></a></li>
|
Hangouts <em>Prim</em></a>
|
||||||
<li><a target="_blank" class="bl h"
|
<ul class="sub2">
|
||||||
href="https://hangouts.google.com/?authuser=2">
|
<li><a target="_blank" class="bl h"
|
||||||
Hangouts <em>Ter</em></a></li>
|
href="https://hangouts.google.com/?authuser=1">
|
||||||
</ul>
|
Hangouts <em>Sec</em></a></li>
|
||||||
</li>
|
<li><a target="_blank" class="bl h"
|
||||||
<li><a target="_blank" class="h"
|
href="https://hangouts.google.com/?authuser=2">
|
||||||
href="https://www.google.com/maps/@35.5710764,-82.5803167,12z">
|
Hangouts <em>Ter</em></a></li>
|
||||||
G-Maps</a>
|
</ul>
|
||||||
</li>
|
</li>`,
|
||||||
<li><a class="dropdown"
|
|
||||||
href="">
|
map = `<li><a target="_blank" class="h"
|
||||||
Tracking Apps ▾</a>
|
href="https://www.google.com/maps/@35.5710764,-82.5803167,12z">
|
||||||
<ul class="sub2">
|
G-Maps</a>
|
||||||
<li><a target="_blank" class="bl h"
|
</li>`,
|
||||||
href="https://transportation.us.spireon.com/home/signin">
|
|
||||||
FleetLocate</a></li>
|
tracking = `<li><a class="dropdown"
|
||||||
<li><a target="_blank" class="bl h"
|
href="">
|
||||||
href="https://track.rpmdispatch.com/v2/#!/login">
|
Tracking Apps ▾</a>
|
||||||
<em>New</em></a></li>
|
<ul class="sub2">
|
||||||
<li><a target="_blank" class="bl h"
|
<li><a target="_blank" class="bl h"
|
||||||
href="https://track.rpmdispatch.com/user/login#!/login">
|
href="https://transportation.us.spireon.com/home/signin">
|
||||||
<em>Old</em></a></li>
|
FleetLocate</a></li>
|
||||||
</ul>
|
<li><a target="_blank" class="bl h"
|
||||||
</li>
|
href="https://track.rpmdispatch.com/v2/#!/login">
|
||||||
<li><a class="dropdown"
|
<em>New</em></a></li>
|
||||||
href="">
|
<li><a target="_blank" class="bl h"
|
||||||
RPM ▾</a>
|
href="https://track.rpmdispatch.com/user/login#!/login">
|
||||||
<ul class="sub2">
|
<em>Old</em></a></li>
|
||||||
<li><a target="_blank" class="bl h"
|
</ul>
|
||||||
href="http://rpmcarolina.com/default.aspx">
|
</li>`,
|
||||||
CL</a></li>
|
|
||||||
<li><a target="_blank" class="bl h"
|
rpm = `<li><a class="dropdown"
|
||||||
href="https://rpmdispatch.pinghq.com/">
|
href="">
|
||||||
CL(R)</a></li>
|
RPM ▾</a>
|
||||||
<li><a target="_blank" class="bl h"
|
<ul class="sub2">
|
||||||
href="http://www.rpmowners.com/default.aspx">
|
<li><a target="_blank" class="bl h"
|
||||||
CT</a></li>
|
href="http://rpmcarolina.com/default.aspx">
|
||||||
<li><a target="_blank" class="bl h"
|
CL</a></li>
|
||||||
href="http://dispatchdelta.com/default.aspx">
|
<li><a target="_blank" class="bl h"
|
||||||
DE</a></li>
|
href="https://rpmdispatch.pinghq.com/">
|
||||||
</ul>
|
CL(R)</a></li>
|
||||||
</li>
|
<li><a target="_blank" class="bl h"
|
||||||
<li><a class="dropdown"
|
href="http://www.rpmowners.com/default.aspx">
|
||||||
href="">
|
CT</a></li>
|
||||||
+ New ▾</a>
|
<li><a target="_blank" class="bl h"
|
||||||
<ul class="sub2">
|
href="http://dispatchdelta.com/default.aspx">
|
||||||
<li><a target="_blank" class="bl h"
|
DE</a></li>
|
||||||
href="https://drive.google.com/drive/folders/1GuP0ad8znZxIZ34fzsqW000x7SMYFovH">
|
</ul>
|
||||||
URLs(W)</a></li>
|
</li>`,
|
||||||
<li><a target="_blank" class="bl h"
|
|
||||||
href="https://drive.google.com/drive/folders/10GJhehRuVkQsMlXS3NEV5ymEV74bgVYo">
|
add = `<li><a class="dropdown"
|
||||||
EFSC(M)</a></li>
|
href="">
|
||||||
<li><a target="_blank" class="bl h"
|
+ New ▾</a>
|
||||||
href="https://drive.google.com/drive/folders/1S01wzvFY7Qb2AWeJDa5iB0L5Gdydjqh6">
|
<ul class="sub2">
|
||||||
MC(M)</a></li>
|
<li><a target="_blank" class="bl h"
|
||||||
</ul>
|
href="https://drive.google.com/drive/folders/1GuP0ad8znZxIZ34fzsqW000x7SMYFovH">
|
||||||
</li>
|
URLs(W)</a></li>
|
||||||
<li><a class="dropdown"
|
<li><a target="_blank" class="bl h"
|
||||||
href="">
|
href="https://drive.google.com/drive/folders/10GJhehRuVkQsMlXS3NEV5ymEV74bgVYo">
|
||||||
Database ▾</a>
|
EFSC(M)</a></li>
|
||||||
<ul class="sub2 right">
|
<li><a target="_blank" class="bl h"
|
||||||
<li><a target="_blank" class="bl e"
|
href="https://drive.google.com/drive/folders/1S01wzvFY7Qb2AWeJDa5iB0L5Gdydjqh6">
|
||||||
href="">
|
MC(M)</a></li>
|
||||||
Fleet ▸</a>
|
</ul>
|
||||||
<ul class="sub3 left">
|
</li>`,
|
||||||
<li><a target="_blank" class="h"
|
|
||||||
href="https://docs.google.com/spreadsheets/d/1W_uZrNoAIvL3HoWrdfbfGAyNC1gSiqqEvN_JV3gS9Eg/edit#gid=709800642">
|
database = `<li><a class="dropdown"
|
||||||
Companies</a></li>
|
href="">
|
||||||
<li><a target="_blank" class="h"
|
Database ▾</a>
|
||||||
href="https://docs.google.com/spreadsheets/d/1W_uZrNoAIvL3HoWrdfbfGAyNC1gSiqqEvN_JV3gS9Eg/edit#gid=1647351910">
|
<ul class="sub2 right">
|
||||||
Units</a></li>
|
<li><a target="_blank" class="bl e"
|
||||||
<li><a target="_blank" class="h"
|
href="">
|
||||||
href="https://docs.google.com/spreadsheets/d/1nPg7IBUkiZQD8gyEcsn2N0ohKWavZcp4h9ATOpJvvak/edit#gid=1639097179">
|
Fleet ▸</a>
|
||||||
Units <em>Dist</em></a></li>
|
<ul class="sub3 left">
|
||||||
</ul>
|
<li><a target="_blank" class="h"
|
||||||
</li>
|
href="https://docs.google.com/spreadsheets/d/1W_uZrNoAIvL3HoWrdfbfGAyNC1gSiqqEvN_JV3gS9Eg/edit#gid=709800642">
|
||||||
<li><a target="_blank" class="bl e"
|
Companies</a></li>
|
||||||
href="">
|
<li><a target="_blank" class="h"
|
||||||
People ▸</a>
|
href="https://docs.google.com/spreadsheets/d/1W_uZrNoAIvL3HoWrdfbfGAyNC1gSiqqEvN_JV3gS9Eg/edit#gid=1647351910">
|
||||||
<ul class="sub4 left">
|
Units</a></li>
|
||||||
<li><a target="_blank" class="h"
|
<li><a target="_blank" class="h"
|
||||||
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=2023496076">
|
href="https://docs.google.com/spreadsheets/d/1nPg7IBUkiZQD8gyEcsn2N0ohKWavZcp4h9ATOpJvvak/edit#gid=1639097179">
|
||||||
Contractors</a></li>
|
Units <em>Dist</em></a></li>
|
||||||
<li><a target="_blank" class="h"
|
</ul>
|
||||||
href="https://docs.google.com/spreadsheets/d/1W_uZrNoAIvL3HoWrdfbfGAyNC1gSiqqEvN_JV3gS9Eg/edit#gid=1909787109">
|
</li>
|
||||||
Employees</a></li>
|
<li><a target="_blank" class="bl e"
|
||||||
<li><a target="_blank" class="h"
|
href="">
|
||||||
href="https://docs.google.com/spreadsheets/d/1vbXFRl_n_1ylQvThBBCas_VddiLreLIq5oJ3enjAWfE/edit#gid=1376527364">
|
People ▸</a>
|
||||||
EFS Users</a></li>
|
<ul class="sub4 left">
|
||||||
</ul>
|
<li><a target="_blank" class="h"
|
||||||
</li>
|
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=2023496076">
|
||||||
<li><a target="_blank" class="bl e"
|
Contractors</a></li>
|
||||||
href="">
|
<li><a target="_blank" class="h"
|
||||||
Rates ▸</a>
|
href="https://docs.google.com/spreadsheets/d/1W_uZrNoAIvL3HoWrdfbfGAyNC1gSiqqEvN_JV3gS9Eg/edit#gid=1909787109">
|
||||||
<ul class="sub5 left">
|
Employees</a></li>
|
||||||
<li><a target="_blank" class="h"
|
<li><a target="_blank" class="h"
|
||||||
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=766944046">
|
href="https://docs.google.com/spreadsheets/d/1vbXFRl_n_1ylQvThBBCas_VddiLreLIq5oJ3enjAWfE/edit#gid=1376527364">
|
||||||
Basic</a></li>
|
EFS Users</a></li>
|
||||||
<li><a target="_blank" class="h"
|
</ul>
|
||||||
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=643630212">
|
</li>
|
||||||
Canada</a></li>
|
<li><a target="_blank" class="bl e"
|
||||||
<li><a target="_blank" class="h"
|
href="">
|
||||||
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=702297004">
|
Rates ▸</a>
|
||||||
Regular Stops</a></li>
|
<ul class="sub5 left">
|
||||||
<li><a target="_blank" class="h"
|
<li><a target="_blank" class="h"
|
||||||
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=1091142582">
|
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=766944046">
|
||||||
Extra Stops</a></li>
|
Basic</a></li>
|
||||||
<li><a target="_blank" class="h"
|
<li><a target="_blank" class="h"
|
||||||
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=1270985435">
|
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=643630212">
|
||||||
Towing</a></li>
|
Canada</a></li>
|
||||||
<li><a target="_blank" class="h"
|
<li><a target="_blank" class="h"
|
||||||
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=2102185617">
|
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=702297004">
|
||||||
Bonuses</a></li>
|
Regular Stops</a></li>
|
||||||
<li><a target="_blank" class="h"
|
<li><a target="_blank" class="h"
|
||||||
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=916575852">
|
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=1091142582">
|
||||||
Charges <span>&</span> Company Reimbursement</a></li>
|
Extra Stops</a></li>
|
||||||
</ul>
|
<li><a target="_blank" class="h"
|
||||||
</li>
|
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=1270985435">
|
||||||
<li><a target="_blank" class="bl e"
|
Towing</a></li>
|
||||||
href="">
|
<li><a target="_blank" class="h"
|
||||||
HR ▸</a>
|
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=2102185617">
|
||||||
<ul class="sub6 left">
|
Bonuses</a></li>
|
||||||
<li><a target="_blank" class="h"
|
<li><a target="_blank" class="h"
|
||||||
href="https://docs.google.com/spreadsheets/d/1Kbtbl37ZrixrErzlH-wn4xPvjVGmWzAMzjne4JNmnsA/edit#gid=1489386937">
|
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=916575852">
|
||||||
Hired <span>/</span> Leaving</a></li>
|
Charges <span>&</span> Company Reimbursement</a></li>
|
||||||
<li><a target="_blank" class="h"
|
</ul>
|
||||||
href="https://docs.google.com/spreadsheets/d/1qvBdZTacKE63Z9VrIPSZkaN5ugNf2D38J6AzcmpZCak/edit#gid=1142558256">
|
</li>
|
||||||
Driver Chart</a></li>
|
<li><a target="_blank" class="bl e"
|
||||||
</ul>
|
href="">
|
||||||
</li>
|
HR ▸</a>
|
||||||
<li><a target="_blank" class="bl h" style="text-align: left"
|
<ul class="sub6 left">
|
||||||
href="https://docs.google.com/spreadsheets/d/1W_uZrNoAIvL3HoWrdfbfGAyNC1gSiqqEvN_JV3gS9Eg/edit#gid=2113127033">
|
<li><a target="_blank" class="h"
|
||||||
Expenses</a></li>
|
href="https://docs.google.com/spreadsheets/d/1Kbtbl37ZrixrErzlH-wn4xPvjVGmWzAMzjne4JNmnsA/edit#gid=1489386937">
|
||||||
<li><a target="_blank" class="bl h" style="text-align: left"
|
Hired <span>/</span> Leaving</a></li>
|
||||||
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=578326070">
|
<li><a target="_blank" class="h"
|
||||||
Methods</a></li>
|
href="https://docs.google.com/spreadsheets/d/1qvBdZTacKE63Z9VrIPSZkaN5ugNf2D38J6AzcmpZCak/edit#gid=1142558256">
|
||||||
</ul>
|
Driver Chart</a></li>
|
||||||
</li>
|
</ul>
|
||||||
<li><a class="dropdown"
|
</li>
|
||||||
href="">
|
<li><a target="_blank" class="bl h" style="text-align: left"
|
||||||
Other <span>&</span> Misc ▾</a>
|
href="https://docs.google.com/spreadsheets/d/1W_uZrNoAIvL3HoWrdfbfGAyNC1gSiqqEvN_JV3gS9Eg/edit#gid=2113127033">
|
||||||
<ul class="sub2">
|
Expenses</a></li>
|
||||||
<li><a target="_blank" class="bl h"
|
<li><a target="_blank" class="bl h" style="text-align: left"
|
||||||
href="https://drivershr.com/hrm/login.php">
|
href="https://docs.google.com/spreadsheets/d/1h-PLcbXzbKPtgrGN6cMFit6ML6hVzXrxec48ekCpsVE/edit#gid=578326070">
|
||||||
HRM</a></li>
|
Methods</a></li>
|
||||||
<li><a target="_blank" class="bl h"
|
</ul>
|
||||||
href="https://docs.google.com/spreadsheets/d/19koCtNrSbUujxfcZfqA5ZCHCvkPCvgw7-lUaK0gBQNU/edit?ts=5a79d31c#gid=0">
|
</li>`,
|
||||||
Global Board 1</a></li>
|
|
||||||
<li><a target="_blank" class="bl h"
|
misc = `<li><a class="dropdown"
|
||||||
href="https://docs.google.com/spreadsheets/d/1lWaqBNQXaqhoQXOUGn2mjFpzjqm7B1JHjuSzGOcJgSg/edit?ts=5a79d2fd#gid=0">
|
href="">
|
||||||
Global Board 2</a></li>
|
Other <span>&</span> Misc ▾</a>
|
||||||
<li><a target="_blank" class="bl h"
|
<ul class="sub2">
|
||||||
href="https://docs.google.com/spreadsheets/d/1vWEz3xsbWCoVAF44S9rTAZXMQKRfAi7A49c-QFxJA1g/edit?ts=5a79e18d#gid=0">
|
<li><a target="_blank" class="bl h"
|
||||||
Global Board 3</a></li>
|
href="https://drivershr.com/hrm/login.php">
|
||||||
<li><a target="_blank" class="bl h"
|
HRM</a></li>
|
||||||
href="https://docs.google.com/spreadsheets/d/1vWEz3xsbWCoVAF44S9rTAZXMQKRfAi7A49c-QFxJA1g/edit?ts=5a79e18d#gid=0">
|
<li><a target="_blank" class="bl h"
|
||||||
Owners <em>CL/CT</em></a></li>
|
href="https://docs.google.com/spreadsheets/d/19koCtNrSbUujxfcZfqA5ZCHCvkPCvgw7-lUaK0gBQNU/edit?ts=5a79d31c#gid=0">
|
||||||
<li><a target="_blank" class="bl h"
|
Global Board 1</a></li>
|
||||||
href="https://docs.google.com/spreadsheets/d/18cyiVz9Ya-oqtsL-36OS8AWVGU5fNlNE-MFFBt9dEUI/edit?ts=5a56834c#gid=0">
|
<li><a target="_blank" class="bl h"
|
||||||
Carriers</a></li>
|
href="https://docs.google.com/spreadsheets/d/1lWaqBNQXaqhoQXOUGn2mjFpzjqm7B1JHjuSzGOcJgSg/edit?ts=5a79d2fd#gid=0">
|
||||||
<li><a target="_blank" class="bl h"
|
Global Board 2</a></li>
|
||||||
href="https://docs.google.com/spreadsheets/d/1tshqCJ1P7Bba46DeEkI8R3PeUqC25nuJ2oNtjy_TCec/edit#gid=978596437">
|
<li><a target="_blank" class="bl h"
|
||||||
Distributor</a></li>
|
href="https://docs.google.com/spreadsheets/d/1vWEz3xsbWCoVAF44S9rTAZXMQKRfAi7A49c-QFxJA1g/edit?ts=5a79e18d#gid=0">
|
||||||
<li><a target="_blank" class="bl h"
|
Global Board 3</a></li>
|
||||||
href="https://docs.google.com/spreadsheets/d/1txvIsV3jk5qx1Dp233_PQeSyoy64Fwv-cIWVW2-A5AI/edit#gid=51909676">
|
<li><a target="_blank" class="bl h"
|
||||||
Zoho Invoices</a></li>
|
href="https://docs.google.com/spreadsheets/d/1vWEz3xsbWCoVAF44S9rTAZXMQKRfAi7A49c-QFxJA1g/edit?ts=5a79e18d#gid=0">
|
||||||
<li><a target="_blank" class="bl h"
|
Owners <em>CL/CT</em></a></li>
|
||||||
href="https://docs.google.com/spreadsheets/d/1qc17LJIBoFAMPf0PZf8kn5zYghyV8GzHeIKVU0t3WTo/edit#gid=0">
|
<li><a target="_blank" class="bl h"
|
||||||
EFS Accounts</a></li>
|
href="https://docs.google.com/spreadsheets/d/18cyiVz9Ya-oqtsL-36OS8AWVGU5fNlNE-MFFBt9dEUI/edit?ts=5a56834c#gid=0">
|
||||||
<li><a target="_blank" class="bl h"
|
Carriers</a></li>
|
||||||
href="https://docs.google.com/spreadsheets/d/1lS8mGmZprsR8LNgb1BzcznEl2rkv-0uBDYbJkguXGis/edit#gid=176549183">
|
<li><a target="_blank" class="bl h"
|
||||||
EFS Users</a></li>
|
href="https://docs.google.com/spreadsheets/d/1tshqCJ1P7Bba46DeEkI8R3PeUqC25nuJ2oNtjy_TCec/edit#gid=978596437">
|
||||||
<li><a target="_blank" class="bl h"
|
Distributor</a></li>
|
||||||
href="https://docs.google.com/spreadsheets/d/19tBRKV_SZK3Wg4b5dabtIoTapz5iO4n0GN0K3eovWMc/edit#gid=1990489309">
|
<li><a target="_blank" class="bl h"
|
||||||
Towing <em>Input</em></a></li>
|
href="https://docs.google.com/spreadsheets/d/1txvIsV3jk5qx1Dp233_PQeSyoy64Fwv-cIWVW2-A5AI/edit#gid=51909676">
|
||||||
<li><a target="_blank" class="bl h"
|
Zoho Invoices</a></li>
|
||||||
href="https://docs.google.com/spreadsheets/d/1MOB1zwdD4aHmtpSrcNg8F2J9Ngx8k9sJRNpvZ74nbPQ/edit#gid=0">
|
<li><a target="_blank" class="bl h"
|
||||||
Students <em>Old</em></a></li>
|
href="https://docs.google.com/spreadsheets/d/1qc17LJIBoFAMPf0PZf8kn5zYghyV8GzHeIKVU0t3WTo/edit#gid=0">
|
||||||
<li><a target="_blank" class="bl h"
|
EFS Accounts</a></li>
|
||||||
href="https://docs.google.com/spreadsheets/d/1C1cEGyX7NKElc7IM1lhGZlw2W6dKH92uy5yElLKj6Vs/edit#gid=814976157">
|
<li><a target="_blank" class="bl h"
|
||||||
Owners<br/><em>Money Codes</em></a></li>
|
href="https://docs.google.com/spreadsheets/d/1lS8mGmZprsR8LNgb1BzcznEl2rkv-0uBDYbJkguXGis/edit#gid=176549183">
|
||||||
<li><a target="_blank" class="bl h"
|
EFS Users</a></li>
|
||||||
href="https://drive.google.com/drive/folders/1je2O4kPEP3ZuJv0cTFY53BPJLbZXZlxp">
|
<li><a target="_blank" class="bl h"
|
||||||
Database</a></li>
|
href="https://docs.google.com/spreadsheets/d/19tBRKV_SZK3Wg4b5dabtIoTapz5iO4n0GN0K3eovWMc/edit#gid=1990489309">
|
||||||
<li><a target="_blank" class="bl h"
|
Towing <em>Input</em></a></li>
|
||||||
href="https://drive.google.com/drive/folders/0BwZYC9bOkSa5S2taNmNkVUJXX3M">
|
<li><a target="_blank" class="bl h"
|
||||||
Tools <em>Backup</em></a></li>
|
href="https://docs.google.com/spreadsheets/d/1MOB1zwdD4aHmtpSrcNg8F2J9Ngx8k9sJRNpvZ74nbPQ/edit#gid=0">
|
||||||
</ul>
|
Students <em>Old</em></a></li>
|
||||||
</li>
|
<li><a target="_blank" class="bl h"
|
||||||
</ul>`;
|
href="https://docs.google.com/spreadsheets/d/1C1cEGyX7NKElc7IM1lhGZlw2W6dKH92uy5yElLKj6Vs/edit#gid=814976157">
|
||||||
|
Owners<br/><em>Money Codes</em></a></li>
|
||||||
|
<li><a target="_blank" class="bl h"
|
||||||
|
href="https://drive.google.com/drive/folders/1je2O4kPEP3ZuJv0cTFY53BPJLbZXZlxp">
|
||||||
|
Database</a></li>
|
||||||
|
<li><a target="_blank" class="bl h"
|
||||||
|
href="https://drive.google.com/drive/folders/0BwZYC9bOkSa5S2taNmNkVUJXX3M">
|
||||||
|
Tools <em>Backup</em></a></li>
|
||||||
|
</ul>
|
||||||
|
</li>`;
|
||||||
|
|
||||||
|
|
||||||
|
$('#top').html(`<ul class="sub1">
|
||||||
|
${efs}
|
||||||
|
${dropbox}
|
||||||
|
${drive}
|
||||||
|
${mail}
|
||||||
|
${hangouts}
|
||||||
|
${map}
|
||||||
|
${tracking}
|
||||||
|
${rpm}
|
||||||
|
${add}
|
||||||
|
${database}
|
||||||
|
${misc}
|
||||||
|
</ul>`);
|
||||||
|
|
||||||
|
});
|
||||||
|
|||||||
BIN
rpm/# go to git 'rpm'.lnk
Normal file
BIN
rpm/# go to git 'rpm'.lnk
Normal file
Binary file not shown.
BIN
rpm/# go to this 'app'.lnk
Normal file
BIN
rpm/# go to this 'app'.lnk
Normal file
Binary file not shown.
@@ -14,7 +14,14 @@
|
|||||||
|
|
||||||
<link rel="stylesheet" href="../css/styles.css">
|
<link rel="stylesheet" href="../css/styles.css">
|
||||||
|
|
||||||
|
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
|
||||||
<script src="../js/date-time.js"></script>
|
<script src="../js/date-time.js"></script>
|
||||||
|
<script src="../js/nav.js"></script>
|
||||||
|
<script src="../js/misc.js"></script>
|
||||||
|
<script src="../app-new/objects.js"></script>
|
||||||
|
<script src="../app-new/weeks.js"></script>
|
||||||
|
<script src="../app-new/months.js"></script>
|
||||||
|
<script src="../app-new/functions-min.js"></script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@@ -66,16 +73,6 @@
|
|||||||
|
|
||||||
<fieldset class="favs" id="additional"></fieldset>
|
<fieldset class="favs" id="additional"></fieldset>
|
||||||
|
|
||||||
<script src="../js/nav.js"></script>
|
|
||||||
<script src="../js/misc.js"></script>
|
|
||||||
|
|
||||||
<script src="../app-new/objects.js"></script>
|
|
||||||
|
|
||||||
<script src="../app-new/weeks.js"></script>
|
|
||||||
<script src="../app-new/months.js"></script>
|
|
||||||
|
|
||||||
<script src="../app-new/functions.js"></script>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -14,7 +14,12 @@
|
|||||||
|
|
||||||
<link rel="stylesheet" href="../css/styles.css">
|
<link rel="stylesheet" href="../css/styles.css">
|
||||||
|
|
||||||
|
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
|
||||||
<script src="../js/date-time.js"></script>
|
<script src="../js/date-time.js"></script>
|
||||||
|
<script src="../js/nav.js"></script>
|
||||||
|
<script src="../js/misc.js"></script>
|
||||||
|
<script src="../app-new/mc-owners-ss.js"></script>
|
||||||
|
<script src="../app-new/mc-owners-func-min.js"></script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@@ -34,12 +39,6 @@
|
|||||||
<table id="omcMon" class="monit"></table>
|
<table id="omcMon" class="monit"></table>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<script src="../js/nav.js"></script>
|
|
||||||
<script src="../js/misc.js"></script>
|
|
||||||
|
|
||||||
<script src="../app-new/mc-owners-ss.js"></script>
|
|
||||||
<script src="../app-new/mc-owners-func.js"></script>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user