|
|
@@ -67,94 +67,102 @@ const UserMenu = () => { |
|
|
|
<div style={BackgroundHead}> |
|
|
|
<Stack direction="row" height='70px' justifyContent="flex-start" alignItems="center"> |
|
|
|
<Typography ml={15} color='#FFF' variant="h4" sx={{ display: { xs: 'none', sm: 'none', md: 'block', pt: 2 } }}> |
|
|
|
<FormattedMessage id="userMenu" /> |
|
|
|
<FormattedMessage id="userGuide" /> |
|
|
|
</Typography> |
|
|
|
</Stack> |
|
|
|
</div> |
|
|
|
</Grid> |
|
|
|
<Grid item xs={10} md={5}> |
|
|
|
<p> |
|
|
|
<table style={tableStyle}> |
|
|
|
<tr> |
|
|
|
<th style={cellStyle} width="70%"> <FormattedMessage id="fileName" /></th> |
|
|
|
<th style={cellStyle} width="10%">English</th> |
|
|
|
<th style={cellStyle} width="10%">繁體中文</th> |
|
|
|
<th style={cellStyle} width="10%">简体中文</th> |
|
|
|
</tr> |
|
|
|
|
|
|
|
{getRow({ |
|
|
|
title: "Account Activation.pdf", |
|
|
|
en: "https://pnsps.gld.gov.hk/user-guide/eng/01", |
|
|
|
zh: "https://pnsps.gld.gov.hk/user-guide/cht/01c", |
|
|
|
cn: "https://pnsps.gld.gov.hk/user-guide/chs/01sc" |
|
|
|
})} |
|
|
|
|
|
|
|
{getRow({ |
|
|
|
title: "Login.pdf", |
|
|
|
en: "https://pnsps.gld.gov.hk/user-guide/eng/02", |
|
|
|
zh: "https://pnsps.gld.gov.hk/user-guide/cht/02c", |
|
|
|
cn: "https://pnsps.gld.gov.hk/user-guide/chs/02sc" |
|
|
|
})} |
|
|
|
|
|
|
|
{getRow({ |
|
|
|
title: "Application for publishing a Public Notice in the Gazette.pdf", |
|
|
|
en: "https://pnsps.gld.gov.hk/user-guide/eng/03", |
|
|
|
zh: "https://pnsps.gld.gov.hk/user-guide/cht/03c", |
|
|
|
cn: "https://pnsps.gld.gov.hk/user-guide/chs/03sc" |
|
|
|
})} |
|
|
|
|
|
|
|
{getRow({ |
|
|
|
title: "Proofreading reply (with correction).pdf", |
|
|
|
en: "https://pnsps.gld.gov.hk/user-guide/eng/04", |
|
|
|
zh: "https://pnsps.gld.gov.hk/user-guide/cht/04c", |
|
|
|
cn: "https://pnsps.gld.gov.hk/user-guide/chs/04sc" |
|
|
|
})} |
|
|
|
|
|
|
|
{getRow({ |
|
|
|
title: "Proofreading reply (pass for printing).pdf", |
|
|
|
en: "https://pnsps.gld.gov.hk/user-guide/eng/05", |
|
|
|
zh: "https://pnsps.gld.gov.hk/user-guide/cht/05c", |
|
|
|
cn: "https://pnsps.gld.gov.hk/user-guide/chs/05sc" |
|
|
|
})} |
|
|
|
|
|
|
|
{getRow({ |
|
|
|
title: "Cancellation of application for publishing a Public Notice in the Gazette.pdf", |
|
|
|
en: "https://pnsps.gld.gov.hk/user-guide/eng/06", |
|
|
|
zh: "https://pnsps.gld.gov.hk/user-guide/cht/06c", |
|
|
|
cn: "https://pnsps.gld.gov.hk/user-guide/chs/06sc" |
|
|
|
})} |
|
|
|
|
|
|
|
{getRow({ |
|
|
|
title: "Forgot password.pdf", |
|
|
|
en: "https://pnsps.gld.gov.hk/user-guide/eng/07", |
|
|
|
zh: "https://pnsps.gld.gov.hk/user-guide/cht/07c", |
|
|
|
cn: "https://pnsps.gld.gov.hk/user-guide/chs/07sc" |
|
|
|
})} |
|
|
|
|
|
|
|
{getRow({ |
|
|
|
title: "Change password.pdf", |
|
|
|
en: "https://pnsps.gld.gov.hk/user-guide/eng/08", |
|
|
|
zh: "https://pnsps.gld.gov.hk/user-guide/cht/08c", |
|
|
|
cn: "https://pnsps.gld.gov.hk/user-guide/chs/08sc" |
|
|
|
})} |
|
|
|
|
|
|
|
{getRow({ |
|
|
|
title: "Language of email notification.pdf", |
|
|
|
en: "https://pnsps.gld.gov.hk/user-guide/eng/09", |
|
|
|
zh: "https://pnsps.gld.gov.hk/user-guide/cht/09c", |
|
|
|
cn: "https://pnsps.gld.gov.hk/user-guide/chs/09sc" |
|
|
|
})} |
|
|
|
|
|
|
|
{getRow({ |
|
|
|
title: "Download General Demand Note for making payment(s).pdf", |
|
|
|
en: "https://pnsps.gld.gov.hk/user-guide/eng/10", |
|
|
|
zh: "https://pnsps.gld.gov.hk/user-guide/cht/10c", |
|
|
|
cn: "https://pnsps.gld.gov.hk/user-guide/chs/10sc" |
|
|
|
})} |
|
|
|
|
|
|
|
|
|
|
|
</table> |
|
|
|
</p> |
|
|
|
<div style={{ |
|
|
|
textAlign: "justify", |
|
|
|
textJustify: "interWord", |
|
|
|
fontStyle: "normal" |
|
|
|
}}> |
|
|
|
|
|
|
|
<p> |
|
|
|
<FormattedMessage id="userGuideDes" /> |
|
|
|
<table style={tableStyle}> |
|
|
|
<tr> |
|
|
|
<th style={cellStyle} width="70%"> <FormattedMessage id="fileName" /></th> |
|
|
|
<th style={cellStyle} width="10%">English</th> |
|
|
|
<th style={cellStyle} width="10%">繁體中文</th> |
|
|
|
<th style={cellStyle} width="10%">简体中文</th> |
|
|
|
</tr> |
|
|
|
|
|
|
|
{getRow({ |
|
|
|
title: <FormattedMessage id="userGuide1" />, |
|
|
|
en: "https://pnsps.gld.gov.hk/user-guide/eng/01", |
|
|
|
zh: "https://pnsps.gld.gov.hk/user-guide/cht/01c", |
|
|
|
cn: "https://pnsps.gld.gov.hk/user-guide/chs/01sc" |
|
|
|
})} |
|
|
|
|
|
|
|
{getRow({ |
|
|
|
title: <FormattedMessage id="userGuide2" />, |
|
|
|
en: "https://pnsps.gld.gov.hk/user-guide/eng/02", |
|
|
|
zh: "https://pnsps.gld.gov.hk/user-guide/cht/02c", |
|
|
|
cn: "https://pnsps.gld.gov.hk/user-guide/chs/02sc" |
|
|
|
})} |
|
|
|
|
|
|
|
{getRow({ |
|
|
|
title: <FormattedMessage id="userGuide3" />, |
|
|
|
en: "https://pnsps.gld.gov.hk/user-guide/eng/03", |
|
|
|
zh: "https://pnsps.gld.gov.hk/user-guide/cht/03c", |
|
|
|
cn: "https://pnsps.gld.gov.hk/user-guide/chs/03sc" |
|
|
|
})} |
|
|
|
|
|
|
|
{getRow({ |
|
|
|
title: <FormattedMessage id="userGuide4" />, |
|
|
|
en: "https://pnsps.gld.gov.hk/user-guide/eng/04", |
|
|
|
zh: "https://pnsps.gld.gov.hk/user-guide/cht/04c", |
|
|
|
cn: "https://pnsps.gld.gov.hk/user-guide/chs/04sc" |
|
|
|
})} |
|
|
|
|
|
|
|
{getRow({ |
|
|
|
title: <FormattedMessage id="userGuide5" />, |
|
|
|
en: "https://pnsps.gld.gov.hk/user-guide/eng/05", |
|
|
|
zh: "https://pnsps.gld.gov.hk/user-guide/cht/05c", |
|
|
|
cn: "https://pnsps.gld.gov.hk/user-guide/chs/05sc" |
|
|
|
})} |
|
|
|
|
|
|
|
{getRow({ |
|
|
|
title: <FormattedMessage id="userGuide6" />, |
|
|
|
en: "https://pnsps.gld.gov.hk/user-guide/eng/06", |
|
|
|
zh: "https://pnsps.gld.gov.hk/user-guide/cht/06c", |
|
|
|
cn: "https://pnsps.gld.gov.hk/user-guide/chs/06sc" |
|
|
|
})} |
|
|
|
|
|
|
|
{getRow({ |
|
|
|
title: <FormattedMessage id="userGuide7" />, |
|
|
|
en: "https://pnsps.gld.gov.hk/user-guide/eng/07", |
|
|
|
zh: "https://pnsps.gld.gov.hk/user-guide/cht/07c", |
|
|
|
cn: "https://pnsps.gld.gov.hk/user-guide/chs/07sc" |
|
|
|
})} |
|
|
|
|
|
|
|
{getRow({ |
|
|
|
title: <FormattedMessage id="userGuide8" />, |
|
|
|
en: "https://pnsps.gld.gov.hk/user-guide/eng/08", |
|
|
|
zh: "https://pnsps.gld.gov.hk/user-guide/cht/08c", |
|
|
|
cn: "https://pnsps.gld.gov.hk/user-guide/chs/08sc" |
|
|
|
})} |
|
|
|
|
|
|
|
{getRow({ |
|
|
|
title: <FormattedMessage id="userGuide9" />, |
|
|
|
en: "https://pnsps.gld.gov.hk/user-guide/eng/09", |
|
|
|
zh: "https://pnsps.gld.gov.hk/user-guide/cht/09c", |
|
|
|
cn: "https://pnsps.gld.gov.hk/user-guide/chs/09sc" |
|
|
|
})} |
|
|
|
|
|
|
|
{getRow({ |
|
|
|
title: <FormattedMessage id="userGuide10" />, |
|
|
|
en: "https://pnsps.gld.gov.hk/user-guide/eng/10", |
|
|
|
zh: "https://pnsps.gld.gov.hk/user-guide/cht/10c", |
|
|
|
cn: "https://pnsps.gld.gov.hk/user-guide/chs/10sc" |
|
|
|
})} |
|
|
|
|
|
|
|
|
|
|
|
</table> |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|
) |
|
|
|