Nsutradhar - Excel Tutorials
You can find here Excel tricks and tips like excel formula, advanced Excel, Excel VBA guide
Home
Excel Functions
Videos
View All Post
Crossword
Appsheet
Contact Us
App Scripts
Code.gs
var url = ""; var Route = {}; Route.path = function(route,callback){ Route[route] = callback; } function doGet(e) { Route.path("Home",loadHome); Route.path("Disbursement",loadDisbursement); Route.path("View-Loan",loadViewLoan); Route.path("Collection",loadCollection); Route.path("Contact",loadContact); // Route.path("home",loadForm); if (Route[e.parameters.v]){ return Route[e.parameters.v](); }else{ return render("index"); } /**return HtmlService.createTemplateFromFile('index').evaluate() .setTitle('Dashboard') .addMetaTag('viewport','width=device-width , initial-scale=1') .setXFrameOptionsMode(HtmlService.XFrameOptionsMode.ALLOWALL)**/ } function include(filename) { return HtmlService.createHtmlOutputFromFile(filename) .getContent(); } function render(file){ return HtmlService.createTemplateFromFile(file).evaluate().setTitle(file) .addMetaTag('viewport','width=device-width , initial-scale=1') .setXFrameOptionsMode(HtmlService.XFrameOptionsMode.ALLOWALL); } function loadHome(){ return render("Home"); } function loadDisbursement(){ return render("Disbursement"); } function loadViewLoan(){ return render("View-Loan"); } function loadCollection(){ return render("Collection"); } function loadContact(){ return render("Contact"); }
inex.js
!= include("CSS");?>
GRIHA SAJJWA
Home
Disbursement Form
Loan Details Form
Collection Section
Contact Us
Log In
!= include("JS");?>
CSS Pages
Home Pages
GRIHA SAJJWA
Home
Disbursement Form
Loan Details Form
Collection Section
Contact Us
Log In
Dashboard Pages
GRIHA SAJJWA
Home
Disbursement Form
Loan Details Form
Collection Section
Contact Us
Log In
Loan View Pages
GRIHA SAJJWA
Home
Disbursement Form
Loan Details Form
Collection Section
Contact Us
Log In
Collection Pages
GRIHA SAJJWA
Home
Disbursement Form
Loan Details Form
Collection Section
Contact Us
Log In
No comments:
Post a Comment
Home
No comments:
Post a Comment