61 lines
4.5 KiB
C#
61 lines
4.5 KiB
C#
namespace Kreta.Ellenorzo.WebApi.VN.Documentation
|
|
{
|
|
internal static class DescriptionOneNote
|
|
{
|
|
private const string LinkStart = "onenote:///\\\\egyediz-pc\\Mobil\\Biz.%20Doksik.one#";
|
|
|
|
private const string DokumentacioSection = "section-id={D298BE59-DAEA-4B0E-8604-D5CAF175D463}&";
|
|
|
|
private const string ErtekelesekPage = "page-id={4382044B-228A-4FE4-8DEA-0CD9E76F238F}&";
|
|
private const string TantargyiAtlagPage = "page-id={A2EE1C38-9066-4AA4-A414-5595C0255186}&";
|
|
private const string OsztalyAtlagPage = "page-id={78B8FF95-FD22-4990-BE25-16E01A7CB1E9}&";
|
|
private const string BejelentettSzamonkeresekPage = "page-id={36F2A8A1-7989-4C90-B76F-92EF9F53FBA2}&";
|
|
private const string FaliujsagPage = "page-id={AFF0642A-5B7A-4AC3-A5FF-E7A21843F4CD}&";
|
|
private const string FeljegyzesekPage = "page-id={3FFD4C76-B4F4-4630-857B-601C26350E2F}&";
|
|
private const string FelhasznaloPage = "page-id={8AE3F857-3228-42D8-8D16-826B9A63304A}&";
|
|
private const string FogadoorakPage = "page-id={2CD86E16-2398-4957-BD97-2C65BB013349}&";
|
|
private const string HaziFeladatokPage = "page-id={F5A654B1-2698-47B9-B84C-5F56ABE0EBE9}&";
|
|
private const string HetirendPage = "page-id={E87403FC-7AC1-4A5C-B8A7-4BE1AFA47CCB}&";
|
|
private const string IntezmenyPage = "page-id={59A3FCE2-08BC-4B07-AA3E-2475C2323B40}&";
|
|
private const string MulasztasokPage = "page-id={48D8E2BE-CCE8-4870-9FFA-8937F9525853}&";
|
|
private const string OrarendPage = "page-id={64B0C490-1F41-4717-B438-F49F80D35B56}&";
|
|
private const string OsztalyCsoportokPage = "page-id={B4443760-7940-4D6E-A144-05D8D3592D15}&";
|
|
private const string TanevrendjePage = "page-id={8FE5080E-8B06-4698-A609-36C573E5EF3D}&";
|
|
private const string OpenBoardPage = "page-id={EA1EE8FA-B566-4F3C-B4EE-534805D58093}&";
|
|
private const string CsatolmanyPage = "page-id={5B9340E0-B9A9-4289-846D-98CED8A3C2EB}&";
|
|
|
|
public const string Ertekelesek = " [Értékelések](" + LinkStart + "Ertekelesek&" + DokumentacioSection + ErtekelesekPage + "end)";
|
|
|
|
public const string TantargyiAtlagok = " [Tantárgyi átlagok](" + LinkStart + "Ertekelesek/TantargyiAtlag&" + DokumentacioSection + TantargyiAtlagPage + "end)";
|
|
|
|
public const string OsztalyAtlagok = " [Osztályátlagok](" + LinkStart + "Ertekelesek/Osztalyatlag&" + DokumentacioSection + OsztalyAtlagPage + "end)";
|
|
|
|
public const string BejelentettSzamonkeresek = " [Bejelentett számonkérések](" + LinkStart + "Bejelentett%20szamonkeresek&" + DokumentacioSection + BejelentettSzamonkeresekPage + "end)";
|
|
|
|
public const string Faliujsag = " [Faliújság](" + LinkStart + "Faliujsag&" + DokumentacioSection + FaliujsagPage + "end)";
|
|
|
|
public const string Feljegyzesek = " [Feljegyzések](" + LinkStart + "Feljegyzesek&" + DokumentacioSection + FeljegyzesekPage + "end)";
|
|
|
|
public const string Felhasznalo = " [Felhasználó](" + LinkStart + "Felhasznalo&" + DokumentacioSection + FelhasznaloPage + "end)";
|
|
|
|
public const string Fogadoorak = " [Fogadóórák](" + LinkStart + "Fogadoorak&" + DokumentacioSection + FogadoorakPage + "end)";
|
|
|
|
public const string HaziFeladatok = " [Házi feladatok](" + LinkStart + "Hazi%20feladatok&" + DokumentacioSection + HaziFeladatokPage + "end)";
|
|
|
|
public const string Hetirend = " [Hetirend](" + LinkStart + "Hetirend&" + DokumentacioSection + HetirendPage + "end)";
|
|
|
|
public const string Intezmeny = " [Intézmény](" + LinkStart + "Intezmeny&" + DokumentacioSection + IntezmenyPage + "end)";
|
|
|
|
public const string Mulasztasok = " [Mulasztások](" + LinkStart + "Mulasztasok&" + DokumentacioSection + MulasztasokPage + "end)";
|
|
|
|
public const string OpenBoard = " [OpenBoard](" + LinkStart + "Openboard&" + DokumentacioSection + OpenBoardPage + "end)";
|
|
|
|
public const string Csatolmany = " [Csatolmany](" + LinkStart + "Csatolmany&" + DokumentacioSection + CsatolmanyPage + "end)";
|
|
|
|
public const string Orarend = " [Órarend](" + LinkStart + "Orarend&" + DokumentacioSection + OrarendPage + "end)";
|
|
|
|
public const string OsztalyCsoportok = " [Osztályok, Csoportok](" + LinkStart + "Osztalyok,%20Csoportok&" + DokumentacioSection + OsztalyCsoportokPage + "end)";
|
|
|
|
public const string Tanevrendje = " [Tanév rendje](" + LinkStart + "Tanev%20rendje&" + DokumentacioSection + TanevrendjePage + "end)";
|
|
}
|
|
}
|