list.js

来自「从此不再用那些文章系统来做图片站了!有了专业的图片站程序了! 1:采用MSSQL」· JavaScript 代码 · 共 27 行

JS
27
字号
function loadTxt()    {    var txtLang = document.getElementsByName("txtLang");    txtLang[0].innerHTML = "Num\u00E9ros";    txtLang[1].innerHTML = "Avec puces";    txtLang[2].innerHTML = "Num\u00E9ro de d\u00E9part";    txtLang[3].innerHTML = "Marge gauche";    txtLang[4].innerHTML = "Utiliser une image "    txtLang[5].innerHTML = "Marge gauche";        document.getElementById("btnCancel").value = "Annuler";    document.getElementById("btnApply").value = "Actualiser";    document.getElementById("btnOk").value = " ok ";      }function getTxt(s)    {    switch(s)        {        case "Please select a list.":return "Veuillez s\u00E9lectionner une liste.";        default:return "";        }    }function writeTitle()    {    document.write("<title>Format d\u0027une Liste</title>");    //document.width = "600";    }

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?